0👍
You try updating toggleUser function like below:
toggleUser(value) {
this.$set(this.markedUserArr, this.index, value);
}
Check this for more details
- [Vuejs]-Get a blank white screen with only app.vue items but not other component
- [Vuejs]-Cannot change anything in chart options
Source:stackexchange.com