In this Vue 3 tutorial we look at v-model, .sync and how 2 way data binding has change since vue 2.0. We’ll also create a simple app where we send information from a vue component to a child component.
Links (and code)
https://github.com/ErikCH/vue3-v-model
#vue #javascript #developer