Skip to content

Commit

Permalink
docs: add missing comments to the Options API in the transition page (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron-zon authored Mar 1, 2024
1 parent dd0b29c commit e72e53e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/guide/built-ins/transition.md
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,8 @@ export default {

// called when the enter transition has finished.
onAfterEnter(el) {},

// called when the enter transition is cancelled before completion.
onEnterCancelled(el) {},

// called before the leave hook.
Expand Down

0 comments on commit e72e53e

Please sign in to comment.