Skip to content

Commit

Permalink
Update transition.md
Browse files Browse the repository at this point in the history
  • Loading branch information
1Secand1 authored Aug 23, 2024
1 parent a750610 commit 1f8c6fe
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) {}

// called when the enter transition is cancelled before completion.
// вызывается когда переход enter отменяется до завершения.
function onEnterCancelled(el) {}

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

// called when the enter transition is cancelled before completion.
// вызывается когда переход enter отменяется до завершения.
onEnterCancelled(el) {},

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

0 comments on commit 1f8c6fe

Please sign in to comment.