This commit is contained in:
2019-03-06 20:09:04 +00:00
parent 0aa3c29a87
commit 0242b5ba03
3 changed files with 72 additions and 36 deletions

View File

@@ -45,7 +45,7 @@ export default {
beforeCreate() {
//created() {
//check pre-requisites exist just in case
if (!this.$xdayjs) {
if (!this.$dayjs) {
throw "GzDateAndTimePicker: the DayJS library is required and missing";
}
},