Open dimzeta opened 6 years ago
Maybe it's a bug from my app, but when I fire a flash message, the first displayed is not animated. The others are, only if the previous one is still displayed.
See my GIF here.
Thanks !
This is due to the last PR, if I install v2.1.1, without the v-if on <div class="alert-wrap">, the first element is animated.
v2.1.1
v-if
<div class="alert-wrap">
Maybe it's a bug from my app, but when I fire a flash message, the first displayed is not animated. The others are, only if the previous one is still displayed.
See my GIF here.
Thanks !