Answer the question
In order to leave comments, you need to log in
How to make a transition for a dynamic component in Vue?
There is a component and dynamic components inside it:
<template lang="pug">
.list
component(:is='step')
</template>
<template lang="pug">
.list
transition(name='fade', mode='out-in')
component(:is='step')
</template>
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