This commit is contained in:
@@ -13,6 +13,7 @@ import "nprogress/nprogress.css";
|
||||
import dayjs from "dayjs";
|
||||
import gzdatepicker from "./components/gzdatepicker.vue";
|
||||
import gztimepicker from "./components/gztimepicker.vue";
|
||||
import gzdateandtimepicker from "./components/gzdateandtimepicker.vue";
|
||||
|
||||
/////////////////////////////////////////////////////////////////
|
||||
// FORM VALIDATION
|
||||
@@ -108,6 +109,7 @@ Vue.filter("boolastext", function(value) {
|
||||
//
|
||||
Vue.component("gz-date-picker", gzdatepicker);
|
||||
Vue.component("gz-time-picker", gztimepicker);
|
||||
Vue.component("gz-date-time-picker", gzdateandtimepicker);
|
||||
|
||||
/////////////////////////////////////////////////////////////////
|
||||
// INSTANTIATE
|
||||
|
||||
Reference in New Issue
Block a user