Aletheios / v-drag-drop

Minimalistic drag & drop directives for Vue.js
MIT License
17 stars 8 forks source link

Added event data to drop on target #1

Closed jhonner closed 5 years ago

jhonner commented 5 years ago

In order to retrieve the coordinates of a successful drop.

For example, let's say the drop zone is a table top, you need to place draggable dishes on this table, so you need to know the position where the drop occurred to correctly put the dishes on the table.

Aletheios commented 5 years ago

@jhonner Thanks for your contribution! Already merged and published to npm as 0.3.0.