This commit is contained in:
2020-02-07 18:43:12 +00:00
parent 1a624323b1
commit f326412df7
4 changed files with 95 additions and 5 deletions

View File

@@ -34,6 +34,7 @@ import dateControl from "./components/date-control.vue";
import timeControl from "./components/time-control.vue";
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";
/////////////////////////////////////////////////////////////////
@@ -178,6 +179,7 @@ Vue.component("gz-date-picker", dateControl);
Vue.component("gz-time-picker", timeControl);
Vue.component("gz-tag-picker", tagPicker);
Vue.component("gz-custom-fields", customFieldsControl);
Vue.component("gz-currency", currencyControl);
//3rd party components
Vue.use(VueCurrencyInput);