Skip to content

Commit 155cd57

Browse files
kazuponchrisvfritz
authored andcommitted
update transition
1 parent ed23533 commit 155cd57

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/v2/guide/transitions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -581,6 +581,7 @@ By default, this will use the transitions specified for entering and leaving. If
581581
<transition
582582
appear
583583
appear-class="custom-appear-class"
584+
appear-to-class="custom-appear-to-class" (>= 2.1.8 only)
584585
appear-active-class="custom-appear-active-class"
585586
>
586587
<!-- ... -->
@@ -595,6 +596,7 @@ and custom JavaScript hooks:
595596
v-on:before-appear="customBeforeAppearHook"
596597
v-on:appear="customAppearHook"
597598
v-on:after-appear="customAfterAppearHook"
599+
v-on:appear-cancelled="customAppeaCancelledHook"
598600
>
599601
<!-- ... -->
600602
</transition>

0 commit comments

Comments
 (0)