Vue.Draggable icon indicating copy to clipboard operation
Vue.Draggable copied to clipboard

Vue drag-and-drop component based on Sortable.js

Results 208 Vue.Draggable issues
Sort by recently updated
recently updated
newest added

无法实现一次拖动多个元素, 无法跟原生拖拽一样使用event.dataTransfer.setDragImage来修改拖拽背景。 和ui要的效果严重不符,希望相关开发人员在vue2和vue3中都修正一下

First check https://github.com/SortableJS/Vue.Draggable/blob/master/CONTRIBUTING.md ### Jsfiddle link ### Step by step scenario ### Actual Solution ### Expected Solution

Fix add function in vue demo

![image](https://user-images.githubusercontent.com/4243366/235334494-b1aa5f71-5d62-4171-addf-2b2926e49ba2.png) ![image](https://user-images.githubusercontent.com/4243366/235334622-2bafa3f6-70d5-47a6-9ab0-b16dbda1ce20.png)

I guess this is more of a question, than an actual bug. Is it possible to make it so that it's only possible to drag items within a parent container...

Hello, my questions are composed of two aspects. 1. Does vue-draggable support element-ui? I mean, whether I can use it to drag element-ui components, like el-card and etc. 2. Can...

### Jsfiddle link https://codepen.io/oxd_duncan/pen/poZaXOQ ### Step by step scenario It looks like the "tag" prop only works with components registered globally: Create a minimal working VueDraggable instance with (for example)...

Hello, I really like your library. But I can see that there is very few commits in last months. As Vue 2 maintenance will end, we will need to switch...

## Reproduction https://codesandbox.io/s/gracious-shamir-djq5iw?file=/src/App.vue ![2023-04-06_08-41-58_AdobeExpress_AdobeExpress](https://user-images.githubusercontent.com/55000584/230303974-5d71a94e-a862-4263-aab7-f5caf5fabb3a.gif) ### Scenario Vue.Draggable's normal behavior clears the Sortable (including the currently dragged element) before the draggable element is destroyed. If the dragged Element is from the...

In case when draggable component has vue-fragment component as one of parent element and force-fallback setting is on, the cloned element has wrong position ### Step by step scenario 1....