找了很久的使用文档
有几个需要拖动的列表就用几个数组就要有几个配置选项。
但是现在控制台会报警告,应该是废弃了这种使用方法,但我没改出来,有会使用的可以在评论区指导一下吗。感谢!
<draggable
class="list-group"
element="ul"
v-model="list1"
:options="dragOptions1"
:move="onMove"
:sort="true"
>
可能是element和:sort配置项有问题。
这是控制台上的警告
vuedraggable.umd.js?c3f4:2142 Element props is deprecated please use tag props instead. See
vuedraggable.umd.js?c3f4:2146 Options props is deprecated, add sortable options directly as vue.draggable item, or use v-bind. See https://github.com/SortableJS/Vue.Draggable/blob/master/documentation/migrate.md#options-props
找到解决方法了&