[Vuejs]-V-shown fail to read value from array index

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.

Leave a comment