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

feat #55

Closed MinMr closed 7 months ago

MinMr commented 8 months ago

大佬,官网能出个简单拖拽的demo吗,不是那种交换顺序的拖拽,就是简单纯拖拽单个物体

Alfred-Skyblue commented 8 months ago

Do you mean you want a feature to manually drag and modify the position of a DOM element? If so, you can use useDraggable from VueUse to achieve this. You can find more information about it here.