DEV Community

Discussion on: Build a movie search app using the Vue Composition API

Collapse
 
peterkassenaar profile image
Peter Kassenaar

I'm a bit late to the party - as I just started using the composition API myself - but it's definitely possible to use v-model, as before.

Just remember to set the variable you wish to assign to v-model in the setup() function, using a ref(). As in const newMovieName = ref(''); and use v-model="newMovieName".

Collapse
 
apkzar profile image
APKZAR.COM

apkzar.com/kinemaster-mod/ kinemastermod apk