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