RobertGlynWilliams / vee-validate-laravel

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

Please make compatible with vee-validate 3.x #11

Open tanthammar opened 4 years ago

JamesAnelay commented 3 years ago

May be useful to anybody landing here in the future - https://vee-validate.logaretm.com/v3/advanced/server-side-validation.html

I ended up with something like:

.catch(err => {
                    this.$refs.form.setErrors(err.response.data.errors);
                })