I was able to use vuelidate very well to validate my forms. Now I have two tabs and in one tab a form to login and on another tab a form to register. I have to validate only one of two forms.
When I switch to the login form, the form should be only login form validation conditions should be checked.
If I switched to sign up form, and press submit button. Only the sign up form should be validated.
How can we do that?