I am implementing a behavior with dragenter
and dragleave
in VUE 3, although I am putting the event in the parent element it is being called when internally in all the child elements and I only need to call it in the parent.
This is an example of the error https://jsfiddle.net/merodriguez9112/gfcd48Lm/14/