Answer the question
In order to leave comments, you need to log in
How to animate the appearance of an element with a BEM modifier using vue?
vue docks:
<transition name="fade">
<p v-if="show">привет</p>
</transition>
<div class="menu-category"
:class='[!this.$store.state.mobile ? "menu-category_desktop " : "menu-category_mobile"]'>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question