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.74k stars 106 forks source link

嵌套的Draggable的内部无法触发拖动 #46

Closed shartoo closed 10 months ago

shartoo commented 10 months ago

我的代码如下,外部的触发函数changeGroupDrag没问题。我拖动外部的分组卡片时是可以触发的。但是分组卡片内部也是用的VueDraggable,其触发函数changeListDrag就一直不触发。