9

Does Vuelidate support typescript in VueJs? If yes, how to use?

I am able to use it with JavaScript.

Ajay Agrawal
  • 145
  • 2
  • 10

3 Answers3

10

Looks like the types for this library are shipped separately.

Just install @types/vuelidate with npm or yarn

Jesse Carter
  • 20,062
  • 7
  • 64
  • 101
1

Update 2023

Types are included in @vuelidate/core

Aljodomo
  • 71
  • 6
0

You may want to check this github thread. Specifically this one works for me.

teesid
  • 133
  • 1
  • 6