[Vuejs]-Vue.js v-model to local state

0👍

From documentation:

Due to the limitations of modern JavaScript (and the abandonment of Object.observe), Vue cannot detect property addition or deletion.

To change property in your cannabanoidObj use vm.$set

Leave a comment