Alfred-Skyblue / vue-draggable-plus

Universal Drag-and-Drop Component Supporting both Vue 3 and Vue 2
https://vue-draggable-plus.pages.dev/en/
MIT License
2.72k stars 106 forks source link

Drag and Drop Outside to a div #88

Closed vishnug-bridge closed 5 months ago

vishnug-bridge commented 6 months ago

I am creating a Kanban board task viewer. In this kanban, I have many tasks and a date. I can drag and drop this into a group. I have a div outside of the draggable component. When I drag a task item to this div, I want to detect it. Is there any way to detect it?

This is what I am trying to achieve.

284047603-7aebcd08-3368-4ada-9b07-2f022c5caad8

Alfred-Skyblue commented 6 months ago

Listen for the dragenter Event on an External div.