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?
1 Answer
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: