This commit is contained in:
@@ -61,10 +61,10 @@ export default {
|
||||
//check pre-requisites exist just in case
|
||||
if (this.$gzdevmode()) {
|
||||
if (!this.$dayjs) {
|
||||
throw "GzDateAndTimePicker: the DayJS library is required and missing";
|
||||
throw "DateTimeControl: the DayJS library is required and missing";
|
||||
}
|
||||
if (!this.$gzlocale) {
|
||||
throw "GzDateAndTimePicker: $gzlocale is required and missing";
|
||||
throw "DateTimeControl: $gzlocale is required and missing";
|
||||
}
|
||||
}
|
||||
},
|
||||
0
ayanova/src/components/tag-picker.vue
Normal file
0
ayanova/src/components/tag-picker.vue
Normal file
Reference in New Issue
Block a user