Skip to content

Commit

Permalink
Update hydration.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
edison1105 authored Dec 15, 2023
1 parent 6121f23 commit fbfe777
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/runtime-core/src/hydration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,6 @@ export function createHydrationFunctions(
}

// handle appear transition
// this should be before patch props because el will be replaced
let needCallTransitionHooks = false
if (isTemplateNode(el)) {
needCallTransitionHooks =
Expand Down

0 comments on commit fbfe777

Please sign in to comment.