This commit is contained in:
2019-06-20 20:54:32 +00:00
parent b409e456e7
commit 0dfcc94862
5 changed files with 10 additions and 12 deletions

View File

@@ -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";
}
}
},

View File