andyleach / vue-flash

A flash messaging component for Vue.js
MIT License
45 stars 4 forks source link

first flash is not animated #18

Open dimzeta opened 6 years ago

dimzeta commented 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 !

dimzeta commented 6 years ago

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.