Does Vuelidate support typescript in VueJs? If yes, how to use?
I am able to use it with JavaScript.
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
v
variable (e.g. when passing it components)? Thanks! –
Myel You may want to check this github thread. Specifically this one works for me.
© 2022 - 2024 — McMap. All rights reserved.
npm i @types/vuelidate -D
– Hogfish