You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The notification does not enter with a transition, nevertheless, it does exit with the transition. I think you must to move your transition tag from the Notification.vue file to Notify.vue. And use <transition-group> tag in the v-for .
Check this link for your implementation: List-transitions
The library is great! it's just missing to fix that issue please.
The text was updated successfully, but these errors were encountered:
Vue version: 2.5.17
The notification does not enter with a transition, nevertheless, it does exit with the transition. I think you must to move your transition tag from the Notification.vue file to Notify.vue. And use
<transition-group>
tag in the v-for .Check this link for your implementation: List-transitions
The library is great! it's just missing to fix that issue please.
The text was updated successfully, but these errors were encountered: