vue-draggable-plus icon indicating copy to clipboard operation
vue-draggable-plus copied to clipboard

Universal Drag-and-Drop Component Supporting both Vue 3 and Vue 2

Results 96 vue-draggable-plus issues
Sort by recently updated
recently updated
newest added

Hi, we want to use `vue-draggable-plus` in combination with the TinyMCE richtext editor. For this, we place one TinyMCE instance in every draggable div: We noticed that once you drop...

In the document, there is no clear example of using `defineComponent` and `tsx` to implement drag and drop. According to the writing of the example, I cannot see what `vue-draggable-plus`...

I have to maintain visible and invisible column list, any column can eighter be visible or invisible. array is as follows ``` const categoryColumns = [ { name: 'category_name', label:...

Here is a small reproduction: https://stackblitz.com/edit/vue-6gwj7v?file=src%2FApp.vue It needs to be opened in Chrome Version 123.0.6312.107 (Official Build). It works fine in Firefox 124.0.2 (64-bit) Chrome https://github.com/Alfred-Skyblue/vue-draggable-plus/assets/19432263/b609c4fd-751d-4109-ac18-9cbcb65c6e43 FF https://github.com/Alfred-Skyblue/vue-draggable-plus/assets/19432263/ac2a905d-88f6-4ede-87a0-77f870bb2d49

for exmaple i have a card that has many components inside it. i want the whole card beside lets say a button and a images to be able start initiate...

How can I cancel dragging by pressing the ESC button during the dragging process.

## Description When attempting to move elements from a Vue component to a vanilla JS SortableJS instance, the operation fails. The expected behavior is that elements should be able to...

ghostClass and dragClass not applied when v-model not used

``` {{ item.name }} Add Item Add List {{ lists }} import { defineComponent, ref } from 'vue'; import { VueDraggable } from 'vue-draggable-plus'; export default defineComponent({ name: 'App', components:...