I tried it like this:
...
Try using key attribute for each item. If you set a mouseover for showAll, it will certainly display all the descriptions as it will return true for all. That's why, you should do dynamic list rendering here that Vue supports, similarly like this:
Also, I recommend you to have a look at the official documentation about dynamic list rendering :
https://vuejs.org/v2/guide/list.html