This commit is contained in:
2019-07-19 19:16:25 +00:00
parent 5ed7fa8f0e
commit 177f08f49d
4 changed files with 19 additions and 18 deletions

View File

@@ -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 });