Skip to content

Commit fbfe777

Browse files
authored
Update hydration.ts
1 parent 6121f23 commit fbfe777

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/runtime-core/src/hydration.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,6 @@ export function createHydrationFunctions(
346346
}
347347

348348
// handle appear transition
349-
// this should be before patch props because el will be replaced
350349
let needCallTransitionHooks = false
351350
if (isTemplateNode(el)) {
352351
needCallTransitionHooks =

0 commit comments

Comments
 (0)