This commit is contained in:
2019-03-06 19:28:57 +00:00
parent 98f3513d1b
commit 0aa3c29a87
3 changed files with 43 additions and 8 deletions

View File

@@ -43,7 +43,11 @@
/* eslint-disable */
export default {
beforeCreate() {
console.log("Nothing gets called before me!");
//created() {
//check pre-requisites exist just in case
if (!this.$xdayjs) {
throw "GzDateAndTimePicker: the DayJS library is required and missing";
}
},
data: () => ({ date: null, modal: false, modal2: false }),
props: {