From 8a31375ac9ef4b6d82a78298eedd02b593caa439 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Sun, 5 Apr 2020 18:58:48 +0000 Subject: [PATCH] --- ayanova/src/components/error-control.vue | 23 +++++++++++++++++++++++ ayanova/src/main.js | 2 ++ ayanova/src/views/widget.vue | 5 +++-- 3 files changed, 28 insertions(+), 2 deletions(-) create mode 100644 ayanova/src/components/error-control.vue diff --git a/ayanova/src/components/error-control.vue b/ayanova/src/components/error-control.vue new file mode 100644 index 00000000..51311e7c --- /dev/null +++ b/ayanova/src/components/error-control.vue @@ -0,0 +1,23 @@ + + diff --git a/ayanova/src/main.js b/ayanova/src/main.js index 69c4ff67..cda5b2e0 100644 --- a/ayanova/src/main.js +++ b/ayanova/src/main.js @@ -41,6 +41,7 @@ import pickList from "./components/pick-list.vue"; import customFieldsControl from "./components/custom-fields-control.vue"; import currencyControl from "./components/currency-control.vue"; import decimalControl from "./components/decimal-control.vue"; +import errorControl from "./components/error-control.vue"; import errorhandler from "./api/errorhandler"; ///////////////////////////////////////////////////////////////// @@ -168,6 +169,7 @@ Vue.component("gz-pick-list", pickList); Vue.component("gz-custom-fields", customFieldsControl); Vue.component("gz-currency", currencyControl); Vue.component("gz-decimal", decimalControl); +Vue.component("gz-error", errorControl); //3rd party components Vue.use(VueCurrencyInput); diff --git a/ayanova/src/views/widget.vue b/ayanova/src/views/widget.vue index a10bfcd7..5110bd2f 100644 --- a/ayanova/src/views/widget.vue +++ b/ayanova/src/views/widget.vue @@ -4,7 +4,7 @@ - + +