0👍
✅
(Posted solution on behalf of the question author).
Using v-for="(item, ndx) in items"
Then using ndx as the index of the current item.
Source:stackexchange.com