cameronhimself / vue-drag-drop

A lightweight Vue wrapper that abstracts away the wonkier parts of the Drag and Drop Browser API
496 stars 83 forks source link

how to prevent showing a not-allowed cursor if there's no drop component? #94

Open stalkercn opened 3 years ago

stalkercn commented 3 years ago

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