mirror of
https://github.com/koel/koel
synced 2024-11-28 15:00:42 +00:00
Bug fix
This commit is contained in:
parent
1e6367a4c2
commit
f3355746cd
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
|||
| limitBy numOfItems"
|
||||
is="song-item"
|
||||
data-song-id="{{ item.id }}"
|
||||
track-by="id"
|
||||
track-by="$index"
|
||||
:song="item"
|
||||
@click="rowClick"
|
||||
draggable="true"
|
||||
|
|
Loading…
Reference in a new issue