Vue.Draggable
Vue.Draggable copied to clipboard
Vue drag-and-drop component based on Sortable.js
Added a prop (onDragSwap) that, when true, will swap the two elements in the list, instead of moving all elements forward.
The problem: I have a list of questions that is draggable. Within each draggable item, I have a delete button that removes a subitem. On clicking the delete button, the...
### Reproduce Link https://sortablejs.github.io/Vue.Draggable/#/transition-example-2 ### Step by step scenario 1. Click on any item on the list. 2. Drag and drop that item in a new place. 3. Repeat step...
First check https://github.com/SortableJS/Vue.Draggable/blob/master/CONTRIBUTING.md ### Jsfiddle link ### Step by step scenario using Nuxt (Vue 2). I just put this code in my .vue file, `` there is an error :...
I'm currently working on dragging in nested lists, but i can't seem to find a way to lock specific items from being draggable. I have a list of users with...
When the start event and the sort attribute exist at the same time, sort = false is invalid @David-Desmaisons
Hi, I think there is a problème with "ghostClass" - "chosenClass", "ghost" doesn't apply. I use your "simple.vue" example and add 3 styles: ``` .ghost { opacity: 0.5; background: red;...
First check https://github.com/SortableJS/Vue.Draggable/blob/master/CONTRIBUTING.md Hi, please tell me, how can I display any other cursor such as grab and grabbing, instead default cursor with rectangle. ### Jsfiddle link  ### Step...
The demos not works in my chrome (latest version 96.0.4664.110 and Edge). But works in my android web browser. Both https://sortablejs.github.io/Vue.Draggable/ and https://david-desmaisons.github.io/draggable-example/ not works.
[demo on codesandbox.io](https://codesandbox.io/s/competent-mirzakhani-bo4m5?file=/src/components/HelloWorld.vue) Can I use not a list but blocks with different contents inside? These can be blocks with several components or the component itself. How it is implemented...