0👍
You should pass the index to your rowClicked
function and use it to store the clickStatus
at that index.
You should also declare clickStatus
as an array instead of a boolean.
- [Vuejs]-Update element in static vue component when sibling component changes
- [Vuejs]-How do I speed up 'watching' multiple arrays with the same data in vue.js
Source:stackexchange.com