Alfred-Skyblue / vue-draggable-plus

Universal Drag-and-Drop Component Supporting both Vue 3 and Vue 2
https://vue-draggable-plus.pages.dev/en/
MIT License
2.72k stars 106 forks source link

跨组件 clone 会失败 #73

Closed top319VIP closed 6 months ago

top319VIP commented 6 months ago

组件 A 列表允许 clone,拖拽克隆到组件 B后,组件 A 列表中被选中项消失了。 组件 A 配置:

组件 B 配置: <VueDraggable v-model="list" class="el-card__body-draggable" handle=".drag-handler" group="people" animation="150" @change="draggableChangeHandler"

……

Alfred-Skyblue commented 6 months ago

Please refer to the demo or provide a minimal reproducible example for troubleshooting. Without that, it's challenging to identify the issue.