Does Vuelidate support typescript in VueJs? If yes, how to use?
I am able to use it with JavaScript.
Looks like the types for this library are shipped separately.
Just install @types/vuelidate with npm or yarn
npm i @types/vuelidate -Dv variable (e.g. when passing it components)? Thanks!