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

Is there a reason you have a draggable prop but no droppable? I'm trying to create an element which is both draggable and droppable, without creating those nested divs that...

Is there any way of enabling drag and drop with a right-click instead of a left click? I'm creating an inventory system with items and slots and right clicks need...

First of all, I would like to thank you for this awesome library. It's really dope and easy to use! I was wondering here, is there a way to have...

I am trying to pass multiple data in :transfer-data.. currently trying :transfer-data="(g,r,r)" like this.. it only pass one object and event only

vue3 install "vue-drag-drop": "^1.1.4" version

Hi When I use this package, i get a deprecated warning on npm install: `deprecated [email protected]: core-js@

drop-effect="move" or e.target.style.cursor = 'move' both not working.

Hi, thank you for the great plugin really enjoying working with it, but judging even by the main demo page - https://cameronhimself.github.io/vue-drag-drop/ , custom ghost images are ignored in IE11...

Stop propagation of this event. In case we have nested drag components, we only want to drag the innermost dragged component, not start multiple drags at once (which isn't possible...