Skip to content

Commit

Permalink
fix(events): update events for BTransition
Browse files Browse the repository at this point in the history
  • Loading branch information
AKustov26 authored and VividLemon committed Feb 19, 2024
1 parent 6d652ab commit c1171d9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
:no-fade="noFade"
:trans-props="{enterToClass: 'show'}"
name="fade"
@on-after-enter="emit('shown')"
@on-after-leave="emit('hidden')"
@after-enter="emit('shown')"
@after-leave="emit('hidden')"
>
<component
:is="overlayTag"
Expand Down

0 comments on commit c1171d9

Please sign in to comment.