This commit is contained in:
2020-04-07 18:20:37 +00:00
parent d004eb0ae4
commit e6c3cdddca
3 changed files with 24 additions and 6 deletions

View File

@@ -44,6 +44,7 @@ import currencyControl from "./components/currency-control.vue";
import decimalControl from "./components/decimal-control.vue";
import errorControl from "./components/error-control.vue";
import reportSelectorControl from "./components/report-selector-control.vue";
import reportViewerControl from "./components/report-viewer-control.vue";
/////////////////////////////////////////////////////////////////
// LIBS AND GLOBAL ITEMS
@@ -172,6 +173,7 @@ Vue.component("gz-currency", currencyControl);
Vue.component("gz-decimal", decimalControl);
Vue.component("gz-error", errorControl);
Vue.component("gz-report-selector", reportSelectorControl);
Vue.component("gz-report-viewer", reportViewerControl);
//3rd party components
Vue.use(VueCurrencyInput);