This commit is contained in:
@@ -10,9 +10,11 @@ import "./registerServiceWorker";
|
||||
import errorHandler from "./api/errorhandler";
|
||||
import NProgress from "nprogress";
|
||||
import "nprogress/nprogress.css";
|
||||
import gzdateandtimepicker from "./components/gzdateandtimepicker.vue";
|
||||
|
||||
import dayjs from "dayjs";
|
||||
import locale from "./api/locale";
|
||||
import gzdateandtimepicker from "./components/gzdateandtimepicker.vue";
|
||||
import gzapi from "./api/apiutil";
|
||||
|
||||
/////////////////////////////////////////////////////////////////
|
||||
// LIBS AND GLOBAL ITEMS
|
||||
@@ -20,6 +22,7 @@ import gzdateandtimepicker from "./components/gzdateandtimepicker.vue";
|
||||
//
|
||||
Object.defineProperty(Vue.prototype, "$dayjs", { value: dayjs });
|
||||
Object.defineProperty(Vue.prototype, "$gzlocale", { value: locale });
|
||||
Object.defineProperty(Vue.prototype, "$gzapi", { value: gzapi });
|
||||
|
||||
/////////////////////////////////////////////////////////////////
|
||||
// FORM VALIDATION
|
||||
|
||||
Reference in New Issue
Block a user