Closed weehong closed 5 years ago
Remove this$1.$validator.errors.add(field, errorString); Replace by this.$validator.errors.add({ field: field, msg: errorString });
this$1.$validator.errors.add(field, errorString);
this.$validator.errors.add({ field: field, msg: errorString });
Sorry, I have been very busy. Project has been updated, thank you for the PR.
Remove
this$1.$validator.errors.add(field, errorString);
Replace bythis.$validator.errors.add({ field: field, msg: errorString });