Hello,
I wonder what's the difference between methods validate() and validateAll() in VeeValidate 2.0. It is not mentioned in the docs.
validate() is just an alias for validateAll when it has no params, so there is no difference between them the validateAll was an older API.
But both received different args:
validate('scope.*') is an alias for `validateAll('scope').
Most helpful comment
validate()is just an alias forvalidateAllwhen it has no params, so there is no difference between them thevalidateAllwas an older API.But both received different args:
validate('scope.*') is an alias for `validateAll('scope').