0👍
Vue State Management exists for a set of reasons and making the state variables reactive is one of them. I suggest reading/watching this explanation on the official docs
If you want to implement your own vanilla store, you can update your store with Vue.set
or this.$set
.
- [Vuejs]-Vue keep line chart updated using props
- [Vuejs]-AddEventListener to element clientWidth vue 3
Source:stackexchange.com