This commit is contained in:
@@ -59,13 +59,12 @@ window.$gz = {
|
||||
report: gzreport,
|
||||
errorHandler: errorhandler
|
||||
};
|
||||
window.$gzlocale = locale;
|
||||
window.$gzformcustomtemplate = gzformcustomtemplate;
|
||||
|
||||
//Object.defineProperty(Vue.prototype, "$gztype", { value: gztype });
|
||||
//Object.defineProperty(Vue.prototype, "$gzrole", { value: roles });
|
||||
//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, "$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, "$_", { value: lodash });
|
||||
|
||||
Reference in New Issue
Block a user