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

Resolves #1080 and provides a solution to #743 that doesn't require ForceFallback.

### Github link https://github.com/djkloop/vuedraggable-issuse-error.git ### Step by step scenario ```sh # Uncaught TypeError: Cannot read property 'element' of null ``` ### Actual Solution ```sh # Dragging is normal for the...

First check https://github.com/SortableJS/Vue.Draggable/blob/master/CONTRIBUTING.md 当我input写在可拖拽组件里边的时候,点击input获取不到焦点怎么处理? 用ref强制获取焦点也不可行,因为我用了v-if ### Jsfiddle link ### Step by step scenario ### Actual Solution ### Expected Solution

Starting with version 1.9.0, SortableJS allows the user to select and drag multiple items at once with the MultiDrag option. https://github.com/SortableJS/Sortable/wiki/Dragging-Multiple-Items-in-Sortable Is there a way to use this awesome feature...

enhancement

I just want to drag one element and I want to drag it to any position of this page!!! Thanks very much!!!

### Step by step scenario my html is : ``` zhaoxuesong zhaoxuesong2 zhaoxuesong3 zhaoxuesong2 ``` my js code is: ``` methods: { clonec({e}){ console.log("被调用1") console.log(e) return e }, cloneDog({ id...

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies

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

When using Vue.Draggable for sorting Bootstrap columns, the footer seems to become sortable while you're dragging between lines. When dragging ends, footer moves to where it has to be. Is...

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