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

First check https://github.com/SortableJS/Vue.Draggable/blob/master/CONTRIBUTING.md ### Jsfiddle link ### Step by step scenario 其中myArr没有在data或者prop里声明。(那么这是myArr作为全局变量自动生成)。 when I drag the draggble item, it would keep where it was. ### Actual Solution 在data或者prop里声明这个myArr就没有这个问题了 ### Expected...

First check https://github.com/SortableJS/Vue.Draggable/blob/master/CONTRIBUTING.md ``` ``` ![image](https://user-images.githubusercontent.com/24773542/191408118-b8c0d409-1e0e-41b3-a18e-c9aadd886fd9.png) ### Jsfiddle link ### Step by step scenario ### Actual Solution ### Expected Solution

When the html document zoomed as above code, it seems not worked well even in the demo code. How can do for It? ``

### Jsfiddle link https://codesandbox.io/s/draggable-user-cards-with-vue-js-and-tailwind-forked-0bhbkq?file=/src/App.vue ### Step by step scenario When using draggable, there is a strange interaction if using with elements containing v-ifs. In the example above, there can only...

This is the part. https://github.com/SortableJS/Sortable/blob/master/src/Sortable.js#L898 Hard coded and cannot be changed. CSS does not work either. ```css .sortable-drag { opacity: 1.0 ! important; } ```

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

Hi Here is you demo https://sortablejs.github.io/Vue.Draggable/#/two-lists and here is another party demo https://codesandbox.io/s/7ml5x9p6pj?from-embed=&file=/src/components/VueDraggable.vue 1 = please compare your demo and the above one and see how easily we can drag...

我想问一下,示例项目是怎么做到 运行完成后自动从浏览器中打开的,不仅没有破坏local和network,在浏览器中也没有展示0.0.0.0

First check https://github.com/SortableJS/Vue.Draggable/blob/master/CONTRIBUTING.md I am trying to implement a draggable lists that updates automatically when other users update a list using socket.io, whenever I emit an event I get this...