[Vuejs]-Vue 'computed' filters

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:

https://github.com/pespantelis/vue-localizer

Leave a comment