0👍
Try like this:
<v-list-item
v-for="(item, i) in ['First', 'Second']"
:key="i"
>
- [Vuejs]-How to add local javascript to vue component?
- [Vuejs]-How to use GraphQL queries with BootstrapVue b-table?
Source:stackexchange.com
0👍
Try like this:
<v-list-item
v-for="(item, i) in ['First', 'Second']"
:key="i"
>