This commit is contained in:
@@ -48,6 +48,7 @@ import reportViewerControl from "./components/report-viewer-control.vue";
|
||||
import wikiControl from "./components/wiki-control.vue";
|
||||
import attachmentControl from "./components/attachment-control.vue";
|
||||
import chartLineControl from "./components/chart-line-control.vue";
|
||||
import chartPieControl from "./components/chart-pie-control.vue";
|
||||
|
||||
//**************************************************************
|
||||
//**************************************************************
|
||||
@@ -180,6 +181,7 @@ Vue.component("gz-report-viewer", reportViewerControl);
|
||||
Vue.component("gz-wiki", wikiControl);
|
||||
Vue.component("gz-attachments", attachmentControl);
|
||||
Vue.component("gz-chart-line", chartLineControl);
|
||||
Vue.component("gz-chart-pie", chartPieControl);
|
||||
|
||||
//3rd party components
|
||||
Vue.use(VueCurrencyInput);
|
||||
|
||||
Reference in New Issue
Block a user