[bug] fix dragging elements between different lists
This commit is contained in:
parent
09937fe21b
commit
9156e75b6d
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<draggable tag="ul" v-model="iVal" handle=".handle" ghostClass="ghost" @end="$emit('input', iVal)" class="list-unstyled" :group="group">
|
||||
<draggable tag="ul" v-model="iVal" handle=".handle" ghostClass="ghost" @end="$emit('input', iVal)" @add="$emit('input', iVal)" class="list-unstyled" :group="group">
|
||||
<li v-for="(v, i) in iVal" ref="items">
|
||||
<div>
|
||||
<div class="input-group input-group-sm mb-1">
|
||||
|
|
Reference in New Issue