This commit is contained in:
2021-04-29 23:59:52 +00:00
parent 528020f113
commit 2ffd889bd7
7 changed files with 34 additions and 7 deletions

View File

@@ -52,6 +52,7 @@ import urlControl from "./components/url-control.vue";
import roleControl from "./components/role-control.vue";
import durationControl from "./components/duration-control.vue";
import errorControl from "./components/error-control.vue";
import alertControl from "./components/alert-control.vue";
import extensionsControl from "./components/extensions-control.vue";
import reportSelectorControl from "./components/report-selector-control.vue";
import wikiControl from "./components/wiki-control.vue";
@@ -206,6 +207,7 @@ Vue.component("gz-url", urlControl);
Vue.component("gz-role-picker", roleControl);
Vue.component("gz-duration-picker", durationControl);
Vue.component("gz-error", errorControl);
Vue.component("gz-alert", alertControl);
Vue.component("gz-report-selector", reportSelectorControl);
Vue.component("gz-extensions", extensionsControl);
Vue.component("gz-wiki", wikiControl);