DEV Community

Mayank Kumar Chaudhari
Mayank Kumar Chaudhari

Posted on

Answer: mouseover and mouseout misbehaves when Vue JS transition component is used

There was issue with the event that I was listening to. Adding a detailed answer here for benefit of others looking for solution to similar question.

See the WC3 documentation here

The mouseover event triggers when the mouse pointer enters the div element, and its child elements The mouseenter event…

Top comments (0)