Skip to content

Commit

Permalink
fix(runtime-core): fix 10017
Browse files Browse the repository at this point in the history
  • Loading branch information
RicardoErii committed Jan 6, 2024
1 parent 0275dd3 commit 1cd0b94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/runtime-core/src/renderer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1241,6 +1241,7 @@ function baseCreateRenderer(
if (!initialVNode.el) {
const placeholder = (instance.subTree = createVNode(Comment))
processCommentNode(null, placeholder, container!, anchor)
initialVNode.el = placeholder.el
}
} else {
setupRenderEffect(
Expand Down

0 comments on commit 1cd0b94

Please sign in to comment.