0👍
Try like this:
<v-list-item
v-for="(item, i) in ['First', 'Second']"
:key="i"
>
- [Vuejs]-Data not updating from Event Bus
- [Vuejs]-Vue quickest way to disable and remove value from checkboxes
Source:stackexchange.com
0👍
Try like this:
<v-list-item
v-for="(item, i) in ['First', 'Second']"
:key="i"
>