Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
Ibochkarev authored Aug 25, 2024
1 parent 1f8c6fe commit 55dd50f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/guide/built-ins/transition.md
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ function onEnter(el, done) {
// вызывается по завершении перехода enter.
function onAfterEnter(el) {}

// вызывается когда переход enter отменяется до завершения.
// вызывается, когда переход enter отменяется до завершения.
function onEnterCancelled(el) {}

// вызывается перед хуком leave.
Expand Down Expand Up @@ -408,7 +408,7 @@ export default {
// вызывается по завершении перехода на enter.
onAfterEnter(el) {},

// вызывается когда переход enter отменяется до завершения.
// вызывается, когда переход enter отменяется до завершения.
onEnterCancelled(el) {},

// вызывается перед хуком leave.
Expand Down

0 comments on commit 55dd50f

Please sign in to comment.