This commit is contained in:
2020-11-05 21:34:13 +00:00
parent 6addc4a38b
commit 0150b46b2e
6 changed files with 23 additions and 17 deletions

View File

@@ -232,6 +232,7 @@ Vue.prototype.$ay = {
return locale.currencyLocalized(value);
}
};
new Vue({
vuetify: Vuetify,
router,

View File

@@ -268,6 +268,7 @@ const FORM_CUSTOM_TEMPLATE_KEY = "Widget"; //<-- Should always be CoreBizObject
export default {
async created() {
let vm = this;
try {
await initForm(vm);