[Vuejs]-V-model in dynamic component

0👍

Apparently dynamic type bindings don’t work with v-model. Found a commit in the repository that confirms this. For some reason it doesn’t give me the warning, even though process.env.NODE_ENV == undefined.

In the original question I stripped a lot of code to make it more readable but seems like I missed the important part.

👤Mikko

Leave a comment