R
R
Richard Millie2019-10-21 17:33:40
css
Richard Millie, 2019-10-21 17:33:40

How to add an additional class to the button tag under some condition?

There is a button , how do I add additional styles to it when I click on it? You can use vue.js directives

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sashqa, 2019-10-21
@comewithme38

https://ru.vuejs.org/v2/guide/class-and-style.html
<div :class="{ active: isActive }"></div>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question