This commit is contained in:
2020-04-21 20:24:24 +00:00
parent 9c9f5108c9
commit a8c227fb17
3 changed files with 14 additions and 1 deletions

View File

@@ -47,6 +47,7 @@ import errorControl from "./components/error-control.vue";
import reportSelectorControl from "./components/report-selector-control.vue";
import reportViewerControl from "./components/report-viewer-control.vue";
import wikiControl from "./components/wiki-control.vue";
import attachmentControl from "./components/attachment-control.vue";
//**************************************************************
//**************************************************************
@@ -177,6 +178,7 @@ Vue.component("gz-error", errorControl);
Vue.component("gz-report-selector", reportSelectorControl);
Vue.component("gz-report-viewer", reportViewerControl);
Vue.component("gz-wiki", wikiControl);
Vue.component("gz-attachments", attachmentControl);
//3rd party components
Vue.use(VueCurrencyInput);