simple-vue-validator
simple-vue-validator copied to clipboard
add addError to documentation
the ability to add an error AFTER an asynch function is helpful and possible using
this.validation.addError('myField', messages.MY_ERROR);
would be helpful to include it in documentation
and this.validation.removeErrors('myField'), too!
Very helpful methods!