This commit is contained in:
2019-07-19 19:57:41 +00:00
parent 5b94fd25e1
commit 43b955501a
12 changed files with 28 additions and 28 deletions

View File

@@ -71,16 +71,16 @@ window.$gz = {
//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
});
Object.defineProperty(Vue.prototype, "$gzreport", { value: gzreport });
Object.defineProperty(Vue.prototype, "$gzHandleFormError", {
value: errorHandler.handleFormError
});
Object.defineProperty(Vue.prototype, "$gzdevmode", {
value: errorHandler.devMode
});
// Object.defineProperty(Vue.prototype, "$gzformcustomtemplate", {
// value: gzformcustomtemplate
// });
// Object.defineProperty(Vue.prototype, "$gzreport", { value: gzreport });
// Object.defineProperty(Vue.prototype, "$gzHandleFormError", {
// value: errorHandler.handleFormError
// });
// Object.defineProperty(Vue.prototype, "$gzdevmode", {
// value: errorHandler.devMode
// });
/////////////////////////////////////////////////////////////////
// ERROR HANDLING