0👍
index
is passed outside each item object.
To get the index
of each items, do this
<v-flex
slot="item"
slot-scope="{item:{hobbies:hb},index}"
xs12="xs12"
sm6="sm6"
md4="md4"
lg3="lg3"
>
</v-flex>
- [Vuejs]-How to clear form after submit in vuejs
- [Vuejs]-Can you pass an external function to a Vue component as a prop?
Source:stackexchange.com