0👍
Vue.set()
or this.$set
only work for Objects – for Arrays you need methods like Array.push
or Array.splice
- [Vuejs]-How i can get router params in apollo ? [VUE3]
- [Vuejs]-Vue-typed-js plugin not worked on static site nux
Source:stackexchange.com