This commit is contained in:
2023-01-03 02:00:09 +00:00
parent 9e95c7fae2
commit 0c10bcb050
6 changed files with 117 additions and 20 deletions

View File

@@ -47,6 +47,7 @@ import decimalControl from "./components/decimal-control.vue";
import percentControl from "./components/percent-control.vue";
import phoneControl from "./components/phone-control.vue";
import emailControl from "./components/email-control.vue";
import sshControl from "./components/ssh-control.vue";
import urlControl from "./components/url-control.vue";
import roleControl from "./components/role-control.vue";
import durationControl from "./components/duration-control.vue";
@@ -169,6 +170,7 @@ Vue.component("gz-decimal", decimalControl);
Vue.component("gz-phone", phoneControl);
Vue.component("gz-email", emailControl);
Vue.component("gz-url", urlControl);
Vue.component("gz-ssh", sshControl);
Vue.component("gz-role-picker", roleControl);
Vue.component("gz-duration-picker", durationControl);
Vue.component("gz-error", errorControl);