This commit is contained in:
2020-11-28 00:59:08 +00:00
parent b432e0bd2d
commit fccc508b8b
2 changed files with 5 additions and 2 deletions

View File

@@ -33,7 +33,6 @@ import gzenums from "./api/enums";
import "@/assets/css/main.css";
//controls
//import dateTimeControl from "./components/date-time-control.vue";
import dateTimeControl from "./components/date-time-control.vue";
import dateControl from "./components/date-control.vue";
import timeControl from "./components/time-control.vue";
@@ -178,7 +177,7 @@ document.addEventListener("fetchEnd", function() {
//GZ COMPONENTS
//
Vue.component("gz-date-time-picker", dateTimeControl); //keeping in case decide to support alternative (at this time mostly for mac ios it seems)
Vue.component("gz-date-time-picker", dateTimeControl);
Vue.component("gz-date-picker", dateControl);
Vue.component("gz-time-picker", timeControl);
Vue.component("gz-tag-picker", tagPicker);