This commit is contained in:
@@ -65,8 +65,8 @@ window.$gz = {
|
||||
//Object.defineProperty(Vue.prototype, "$gzevent", { value: gzeventbus });
|
||||
//Object.defineProperty(Vue.prototype, "$gzmenu", { value: gzmenu });
|
||||
//Object.defineProperty(Vue.prototype, "$gzdialog", { value: gzdialog });
|
||||
Object.defineProperty(Vue.prototype, "$gzutil", { value: gzutil });
|
||||
Object.defineProperty(Vue.prototype, "$dayjs", { value: dayjs });
|
||||
//Object.defineProperty(Vue.prototype, "$gzutil", { value: gzutil });
|
||||
//Object.defineProperty(Vue.prototype, "$dayjs", { value: dayjs });
|
||||
Object.defineProperty(Vue.prototype, "$_", { value: lodash });
|
||||
Object.defineProperty(Vue.prototype, "$gzlocale", { value: locale });
|
||||
Object.defineProperty(Vue.prototype, "$gzapi", { value: gzapi });
|
||||
|
||||
Reference in New Issue
Block a user