This commit is contained in:
2020-04-15 23:58:08 +00:00
parent 786ca1af10
commit 4f5fca0dd7
4 changed files with 41 additions and 39 deletions

View File

@@ -15,7 +15,6 @@ import { DateTime } from "luxon";
import VueCurrencyInput from "vue-currency-input";
import lodash from "./libs/lodash.min.js";
//my libs
import errorhandler from "./api/errorhandler";
import ayaNovaVersion from "./api/ayanova-version";
@@ -46,7 +45,7 @@ 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";
import wikiViewerControl from "./components/wiki-viewer-control.vue";
import wikiControl from "./components/wiki-control.vue";
/////////////////////////////////////////////////////////////////
// LIBS AND GLOBAL ITEMS
@@ -176,7 +175,7 @@ Vue.component("gz-decimal", decimalControl);
Vue.component("gz-error", errorControl);
Vue.component("gz-report-selector", reportSelectorControl);
Vue.component("gz-report-viewer", reportViewerControl);
Vue.component("gz-wiki-viewer", wikiViewerControl);
Vue.component("gz-wiki", wikiControl);
//3rd party components
Vue.use(VueCurrencyInput);