Answer the question
In order to leave comments, you need to log in
How to add class to vue.js element on hover?
How to add class to vue.js element on hover?
Answer the question
In order to leave comments, you need to log in
<div @mouseenter="hoverClass='myclass'" @mouseleave="hoverClass=''" :class="hoverClass"></div>
Isn't it easier to do it with regular js?
https://jsfiddle.net/tripcollor/cxt48Lo9/
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question