RobertGlynWilliams / vee-validate-laravel

Extension of vee-validate to support Laravel backend validation
MIT License
47 stars 11 forks source link

Update vee-validate-laravel.js line 35 #7

Closed weehong closed 5 years ago

weehong commented 5 years ago

Remove this$1.$validator.errors.add(field, errorString); Replace by this.$validator.errors.add({ field: field, msg: errorString });

RobertGlynWilliams commented 5 years ago

Sorry, I have been very busy. Project has been updated, thank you for the PR.