[Vuejs]-How do I use v-model with an object using Vue and Typescript?

0👍

So it seems like there are a few bugs in the development tool @vuedx/typescript-plugin-vue.

The one effecting me here was https://github.com/znck/vue-developer-experience/issues/198

I removed the typecheck step from my build process and moved on. The project is still in "alpha" status, although it is included by default when scaffolding a new project.

Leave a comment