This commit is contained in:
2019-03-06 17:23:39 +00:00
parent 85bd23ada2
commit ea7637a227
3 changed files with 17 additions and 14 deletions

View File

@@ -13,6 +13,12 @@ import "nprogress/nprogress.css";
import dayjs from "dayjs";
import gzdateandtimepicker from "./components/gzdateandtimepicker.vue";
/////////////////////////////////////////////////////////////////
// LIBS
// (https://medium.com/js-dojo/use-any-javascript-library-with-vue-js-3f7e2a4974a8)
//
Object.defineProperty(Vue.prototype, "$dayjs", { value: dayjs });
/////////////////////////////////////////////////////////////////
// FORM VALIDATION
//