This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user