Added :index to list items where it was missing
This commit is contained in:
parent
92e7035ff8
commit
12b736baa0
3 changed files with 5 additions and 4 deletions
|
@ -17,8 +17,8 @@
|
|||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<mediaitem-list-item :item="item"
|
||||
v-for="item in search.results.song.data.limit(6)"></mediaitem-list-item>
|
||||
<mediaitem-list-item :item="item" :index="index"
|
||||
v-for="(item, index) in search.results.song.data.limit(6)"></mediaitem-list-item>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue