This commit is contained in:
@@ -87,6 +87,8 @@ TEST data
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
todo: Administration - License
|
todo: Administration - License
|
||||||
- view
|
- view
|
||||||
- Erase all biz data (new route and command needed at back as currently it erases ops data as well I think)
|
- Erase all biz data (new route and command needed at back as currently it erases ops data as well I think)
|
||||||
|
|||||||
@@ -47,6 +47,7 @@ import reportSelectorControl from "./components/report-selector-control.vue";
|
|||||||
import reportViewerControl from "./components/report-viewer-control.vue";
|
import reportViewerControl from "./components/report-viewer-control.vue";
|
||||||
import wikiControl from "./components/wiki-control.vue";
|
import wikiControl from "./components/wiki-control.vue";
|
||||||
import attachmentControl from "./components/attachment-control.vue";
|
import attachmentControl from "./components/attachment-control.vue";
|
||||||
|
import chartLineControl from "./components/chart-line-control.vue";
|
||||||
|
|
||||||
//**************************************************************
|
//**************************************************************
|
||||||
//**************************************************************
|
//**************************************************************
|
||||||
@@ -178,6 +179,7 @@ Vue.component("gz-report-selector", reportSelectorControl);
|
|||||||
Vue.component("gz-report-viewer", reportViewerControl);
|
Vue.component("gz-report-viewer", reportViewerControl);
|
||||||
Vue.component("gz-wiki", wikiControl);
|
Vue.component("gz-wiki", wikiControl);
|
||||||
Vue.component("gz-attachments", attachmentControl);
|
Vue.component("gz-attachments", attachmentControl);
|
||||||
|
Vue.component("gz-chart-line", chartLineControl);
|
||||||
|
|
||||||
//3rd party components
|
//3rd party components
|
||||||
Vue.use(VueCurrencyInput);
|
Vue.use(VueCurrencyInput);
|
||||||
|
|||||||
Reference in New Issue
Block a user