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

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

Trying out vuedraggable and the items drag and sort using {{ element.name }} until I add : {{ element.name }} I get the error: draggable element must have an item...

I am trying to use VueDraggable (https://github.com/SortableJS/Vue.Draggable#componentdata) in a Vuetify v-list-item to sort items through drag and drop. However, when dragging rows in the list-items, the ghost image seems mis-positioned...

During the dragging process, the mouse scrolling is disabled, is it prohibited?How to enable?

I tried to add this module but I don't think it is compatible with nuxt3 because I got this error: **TypeError: Invalid attempt to spread non-iterable instance. In order to...

Bumps [loader-utils](https://github.com/webpack/loader-utils) to 1.4.2 and updates ancestor dependency [@vue/cli-service](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-service). These dependencies need to be updated together. Updates `loader-utils` from 1.4.0 to 1.4.2 Release notes Sourced from loader-utils's releases. v1.4.2 1.4.2...

dependencies

https://github.com/SortableJS/Vue.Draggable/issues/1168#issue-1433973168 When Vue is on the prototype chain of Window, `"Vue" in window` is true. You need to judge window.vue is not undefined.

https://github.com/SortableJS/Vue.Draggable/blob/431db153bfdfe09e31f622f01e9b3220b77e6b56/src/vuedraggable.js#L481-L483 Console Print: ```js console.log('Vue in window>>>:', 'Vue' in window); > true console.log('window.Vue>>>:', window.Vue); > undefined ```

First check https://github.com/SortableJS/Vue.Draggable/blob/master/CONTRIBUTING.md ### Jsfiddle link ### Step by step scenario This library is awesome and I've been happy using it, thank you! One thing I have found difficult though...

`vuedraggable` typings fail to compile using `[email protected]` with: ```sh Type of property '$v' circularly references itself in mapped type 'ValidationProperties'. ```