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

I have problem with draggable in vue bootstrap modal window. When first time open a modal window with dragable then everything works fine. But when I close it and open...

as the Document said 'No jQuery dependency'. But when I tried to remove jquery dependency from my vue project, then it throwed error as follows: ![Image](https://github.com/user-attachments/assets/001d447b-a401-4497-ab46-e06311a5dd0a) as the error message...

I tried to move the card by click and press on left cursor, but the moved card doesn't stay on its new parent, but stay sticking on my cursor. When...

``` ``` js部分 ``` start($event) { this.drag = true; } end($event) { this.drag = false; } ``` style部分 ``` .chosen{ opacity: 1 !important; background: red !important; } .ghost { background:...

There isn't any css being applied when I set up a css class for the ghost container. This is the set up below ``` .custom-ghost { width: auto; min-width: 150px;...

EDIT: One more layer to this issue I noticed, The lowest level children when I try to drag it somewhere else it doesn't work, acts like it will but goes...

When creating a table using css grid with display: contents for row definition, draggable does not seem to work. Simplified situation: ```HTML Row 1 Column 1 Row 1 Column 2...

Having been struggling for several hours to find the cause of why Vue.Draggable needs unsafe-eval as a Content Security Policy I found the comment in the codebase explaining this. To...