Using objects with v-model in @vuejs.org can get tricky, as you might accidentally mutate the object. In my recent article, I demonstrate the proper way to handle it, plus a cleaner approach using @vueuse.org. Check it out: dev.to/kouts/how-to...
How to use an object with v-model in Vue
We all know and love v-model in Vue. It's the directive that enables two-way binding in Vue...
dev.to