[Vuejs]-Vue.js 2.0 Vee Validate plugin not clearing errors after ajax call

-1👍

Try to have a look at this fiddle which was extracted from this issue.
Basically, you have to call this.$validator.clean(); after you have reset the input fields of your form.

Leave a comment