vue hover如何触发事件?

vue中并没有 @hover 事件,但是可以使用 @mouseenter@mouseleave 来模拟hover操作。

原文地址:https://www.cnblogs.com/lvonve/p/11994164.html