[Vuejs]-Vue.js how to not change prop for object

0👍

For adding properties to an existing object, you can use $set API to ensure they trigger reactive updates. In this case, you could loop through your filters and set each one.

Leave a comment