How to use Vuelidate in Nuxt 3 to validate the forms data
2024-06-13 26
Vuelidate is a cool library which helps us to add form validation in our Vue JS or Nuxt application. This library could show errors in real time or after the form submit(we decide).
In this video I'm showing how I'm using Vuelidate in Nuxt 3.