I\'m trying to watch properties on a vue.js object, but i\'m not getting the result that i want, my code is the following:
vue.js
var vueTable = new Vu
You can use something with the looks of this
this.$set(this.filters, 'name', "")
Using $set (as described in https://vuejs.org/v2/guide/reactivity.html#Change-Detection-Caveats) the observable will be correctly added