Skip to content

Commit

Permalink
chore: update for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
linzhe141 committed Sep 17, 2024
1 parent cb958b2 commit 91038c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/runtime-core/src/hydrationStrategies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ export const hydrateOnInteraction: HydrationStrategyFactory<
}

export function forEachElement(node: Node, cb: (el: Element) => void): void {
// #11952
if (isComment(node)) {
// fragment
if (node.data === '[') {
Expand Down

0 comments on commit 91038c9

Please sign in to comment.