holiber / sl-vue-tree

Customizable draggable tree component for Vue.js
MIT License
344 stars 79 forks source link

Passing data from externaldrop #93

Open dalholm opened 3 years ago

dalholm commented 3 years ago

Hello, Thanks for an awesome package. :)

I want to use the external drag function and on each "external drags" I want to pass some data. This data will later determine if its a folder or not.

i cant find the "source" element in the event thats passed trough externaldrop event.

I appreciate any help I can get