[Vuejs]-How to add method to check email and password field data in Vuejs?

-1👍

I think you’re using Vuetify, isn’t it? You could use the "rules" attribute for v-text-field tags.

Rules can be defined as an array of conditions which return booleans. See: rules documentation here.

Leave a comment