[Vuejs]-How to use builtin validation rules in VeeValidate 4?

1👍

The rules for Vee-Validate are in separated package. See the docs here.
Then you can simply use the bind rules on Field of Vee-Validate to add the rules you imported with defineRule

👤Zorp

Leave a comment