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

move callback return false will cancel the drag operation. but it trigger many times. if i use $message, that will be terrible! ![code](https://user-images.githubusercontent.com/40851247/218630115-4b37be1c-ad77-4051-a1a1-fdbdceb40875.png) ![WX20230214-111640@2x](https://user-images.githubusercontent.com/40851247/218630226-390b149b-a4bd-4ac3-874a-cd250c8820a4.png)

### Jsfiddle link I tried to create a jsfiddle but I couldn't get vuedraggable to drag between two lists even though they had the same group. ### Step by step...

Bumps [json5](https://github.com/json5/json5) to 2.2.3 and updates ancestor dependencies [json5](https://github.com/json5/json5), [@vue/cli-plugin-babel](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-babel), [@vue/cli-plugin-unit-jest](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-unit-jest) and [@vue/cli-service](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-service). These dependencies need to be updated together. Updates `json5` from 1.0.1 to 2.2.3 Release notes Sourced from...

dependencies

drag an element(F element) from A container to the B container, and the dragged element position absolute bottom of the B container, but then other elements cannnot drop to the...

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

It has some commit after last version, but no release version, has it EOL or EOS plan?

Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.18.2. Release notes Sourced from express's releases. 4.18.2 Fix regression routing a large stack in a single route deps: [email protected] deps: [email protected] perf: remove unnecessary...

dependencies

![image](https://user-images.githubusercontent.com/39083913/206406513-cba02e38-fcb8-4f03-8856-05395cfc0e2c.png) 如图所示,实例网站,中间放两个通栏的元素,for4元素就无法放到第一行后面

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge`: avoid a crash with a null target and a truthy...

dependencies

我使用vuedraggable-es在我们项目中时,以下代码会报错‘使用 transition-group , 需要在slot中template内至少2层html标签’,这个是bug还是需要如何来解决?我试过只有在DragPanelVue外层加一个html的标签,例如,div才行,但这样就不能满足我的需求,在template的子层不能是自定义的组件。 ` {{ element }} `