V
V
Vanya Huk2017-06-07 17:45:55
JavaScript
Vanya Huk, 2017-06-07 17:45:55

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

2 answer(s)
A
Anton Anton, 2017-06-07
@Fragster

<div @mouseenter="hoverClass='myclass'" @mouseleave="hoverClass=''"  :class="hoverClass"></div>

well, add hoverClass:'' to data
in general, reactivity is a thing! https://jsfiddle.net/4nokawsf/3/

T
tripcollor, 2017-06-07
@tripcollor

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 question

Ask a Question

731 491 924 answers to any question