mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-26 22:23:17 -05:00
[web-src] Update passing options to vue-draggable
Old way to pass options is deprecated
This commit is contained in:
parent
acaf3d01f7
commit
9b90e0d376
@ -47,7 +47,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<template slot="content">
|
<template slot="content">
|
||||||
<draggable v-model="queue_items" :options="{handle:'.handle'}" @end="move_item">
|
<draggable v-model="queue_items" handle=".handle" @end="move_item">
|
||||||
<list-item-queue-item v-for="(item, index) in queue_items"
|
<list-item-queue-item v-for="(item, index) in queue_items"
|
||||||
:key="item.id" :item="item" :position="index"
|
:key="item.id" :item="item" :position="index"
|
||||||
:current_position="current_position"
|
:current_position="current_position"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user