mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 14:59:28 +02:00
Updated tags for VueDraggable compatibility
This commit is contained in:
parent
25fb1b0376
commit
bd6407136f
2 changed files with 2 additions and 2 deletions
|
@ -134,7 +134,7 @@
|
|||
</div>
|
||||
<section :class="['ui', 'bottom', 'attached', {active: selectedTab === 'queue'}, 'tab']">
|
||||
<table class="ui compact inverted very basic fixed single line unstackable table">
|
||||
<draggable v-model="tracks" element="tbody" @update="reorder">
|
||||
<draggable v-model="tracks" tag="tbody" @update="reorder">
|
||||
<tr
|
||||
@click="$store.dispatch('queue/currentIndex', index)"
|
||||
v-for="(track, index) in tracks"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue