This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user