A simple password field in Vuetify
Β· β 3 min read
Enable a simple password field in Vuetify.
Validating passwords is a repetitive task, but a task nevertheless. But, how do you make sure that the password field is modern and the password complies to pre-defined rules?
I donβt quite build super sensitive applications, and tend to use a simple VeeValidate or Vuelidate expression to validate passwords.