This commit is contained in:
2020-02-07 21:53:17 +00:00
parent 6ec38ad456
commit 1e73171abc
4 changed files with 62 additions and 45 deletions

View File

@@ -36,6 +36,7 @@ import tagPicker from "./components/tag-picker.vue";
import customFieldsControl from "./components/custom-fields-control.vue";
import currencyControl from "./components/currency-control.vue";
import errorhandler from "./api/errorhandler";
import VCurrencyField from "./components/VCurrencyField";
/////////////////////////////////////////////////////////////////
// LIBS AND GLOBAL ITEMS
@@ -180,6 +181,7 @@ Vue.component("gz-time-picker", timeControl);
Vue.component("gz-tag-picker", tagPicker);
Vue.component("gz-custom-fields", customFieldsControl);
Vue.component("gz-currency", currencyControl);
Vue.component("v-currency-field", VCurrencyField);
//3rd party components
Vue.use(VueCurrencyInput);