We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 155cd57 commit b20ac60Copy full SHA for b20ac60
src/v2/guide/transitions.md
@@ -596,7 +596,7 @@ and custom JavaScript hooks:
596
v-on:before-appear="customBeforeAppearHook"
597
v-on:appear="customAppearHook"
598
v-on:after-appear="customAfterAppearHook"
599
- v-on:appear-cancelled="customAppeaCancelledHook"
+ v-on:appear-cancelled="customAppearCancelledHook"
600
>
601
<!-- ... -->
602
</transition>
0 commit comments