This commit is contained in:
2020-04-05 18:58:48 +00:00
parent 1e39634066
commit 8a31375ac9
3 changed files with 28 additions and 2 deletions

View File

@@ -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);