This commit is contained in:
@@ -46,6 +46,7 @@ import currencyControl from "./components/currency-control.vue";
|
||||
import decimalControl from "./components/decimal-control.vue";
|
||||
import roleControl from "./components/role-control.vue";
|
||||
import errorControl from "./components/error-control.vue";
|
||||
import pluginsControl from "./components/plugins-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";
|
||||
@@ -188,6 +189,7 @@ Vue.component("gz-role-picker", roleControl);
|
||||
Vue.component("gz-error", errorControl);
|
||||
Vue.component("gz-report-selector", reportSelectorControl);
|
||||
Vue.component("gz-report-viewer", reportViewerControl);
|
||||
Vue.component("gz-plugins", pluginsControl);
|
||||
Vue.component("gz-wiki", wikiControl);
|
||||
Vue.component("gz-attachments", attachmentControl);
|
||||
Vue.component("gz-chart-line", chartLineControl);
|
||||
|
||||
Reference in New Issue
Block a user