Skip to content

Commit b4ddd44

Browse files
bteabrc-dd
andauthored
docs: transition hook add comment (#2441)
* docs: transition hook add comment * Update src/guide/built-ins/transition.md Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com> --------- Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
1 parent 966a00c commit b4ddd44

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/guide/built-ins/transition.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,8 @@ function onEnter(el, done) {
362362

363363
// called when the enter transition has finished.
364364
function onAfterEnter(el) {}
365+
366+
// called when the enter transition is cancelled before completion.
365367
function onEnterCancelled(el) {}
366368

367369
// called before the leave hook.

0 commit comments

Comments
 (0)