vue-drag-drop icon indicating copy to clipboard operation
vue-drag-drop copied to clipboard

A lightweight Vue wrapper that abstracts away the wonkier parts of the Drag and Drop Browser API

Results 39 vue-drag-drop issues
Sort by recently updated
recently updated
newest added

Hey, I want to apply css classes for the cursor during drag (cursor: grabbing and cursor: grab) once I start the drag operation. For some reason it's not working. I...

I've got a case where the data feeding into the transfer-data prop can change while the drag element is being dragged. The events always show the drop data as it...

https://vuejs.org/v2/style-guide/#Multi-word-component-names-essential Multi word component name is **Essential**. This library uses one word components likes ``. But we should use multi word likes `` I purpose to add alias to current...

I'm trying to implement field mapping using the plugin, but I couldn't make the draggable component move to the drop zone (neither copy it, in case of many to one...

Hey Cameron, Great library! To fulfill my use case I have to add drop elements dynamically with JavaScript. Do you know how I can achieve this and does your library...

Hi there. Thank you for this useful plugin; is there any chance that this could work on a mobile device? sadly at the time of writing nothing of bindable events...

Is there a way to make drag/drop use the child DOM element instead of wrapping it in a dom tag?

I have image slot with custom image. Original image width is 1500px, but styles set it to 224px. So, when I make first drag - I see original sizes of...

I don't know why but this simple example https://jsfiddle.net/kc5ao03n/ does not work in firefox (61.0 (64 bits)) But the example https://jsfiddle.net/fuz987r5/3/ from the issue #50 does. Any idea of what's...

While dragging, the Drag component seems to emit a drag event every couple of milliseconds. This swamps the event view in my DevTools (to the point of hanging up my...