Skip to content

Commit

Permalink
Merge pull request #476 from 1Secand1/patch-1
Browse files Browse the repository at this point in the history
Update transition.md
  • Loading branch information
Ibochkarev authored Aug 25, 2024
2 parents a750610 + 55dd50f commit 311b8ca
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

1 comment on commit 311b8ca

@vercel
Copy link

@vercel vercel bot commented on 311b8ca Aug 25, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.