Skip to content

Commit

Permalink
chore: revert lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
edison1105 committed Nov 2, 2023
1 parent 9ca468c commit 9e576ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/runtime-core/src/hydration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export function createHydrationFunctions(
break
case Comment:
if (domType !== DOMNodeTypes.COMMENT || isFragmentStart) {
if ((node as Element).tagName.toLowerCase() === 'template') {
if (isTemplateNode(node as Element)) {
const content = (vnode.el! as HTMLTemplateElement).content
.firstChild!

Expand Down

0 comments on commit 9e576ab

Please sign in to comment.