Reputation: 61
I'm a newbie with vuejs. I'm trying to use the input component with vee-validate and I got this example example link as an example that works great but I'm unable to create a v-model with this example. What am I missing?
Upvotes: 0
Views: 2109
Reputation: 1306
You can use useForm
and useField
which are two custom composition API in vee-validate. I write an example code which is what you want.
For further details please read this two documentation:
Upvotes: 1