This commit is contained in:
@@ -67,9 +67,9 @@ window.$gz = {
|
||||
//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, "$_", { value: lodash });
|
||||
Object.defineProperty(Vue.prototype, "$gzlocale", { value: locale });
|
||||
Object.defineProperty(Vue.prototype, "$gzapi", { value: gzapi });
|
||||
//Object.defineProperty(Vue.prototype, "$_", { value: lodash });
|
||||
//Object.defineProperty(Vue.prototype, "$gzlocale", { value: locale });
|
||||
//Object.defineProperty(Vue.prototype, "$gzapi", { value: gzapi });
|
||||
Object.defineProperty(Vue.prototype, "$gzform", { value: gzform });
|
||||
Object.defineProperty(Vue.prototype, "$gzformcustomtemplate", {
|
||||
value: gzformcustomtemplate
|
||||
|
||||
Reference in New Issue
Block a user