0👍
You could define reactivity by using:
Vue.util.defineReactive(obj, key, val)
https://jsfiddle.net/pespantelis/qzuyxqq7/3/
Also, I have created a package for that:
Source:stackexchange.com
0👍
You could define reactivity by using:
Vue.util.defineReactive(obj, key, val)
https://jsfiddle.net/pespantelis/qzuyxqq7/3/
Also, I have created a package for that: