This commit is contained in:
2019-07-19 18:57:06 +00:00
parent 702e632dde
commit 1bc7084d3b
18 changed files with 54 additions and 46 deletions

View File

@@ -61,9 +61,9 @@ window.$gz = {
};
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, "$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, "$gzutil", { value: gzutil });