Skip to content

Commit 68b2001

Browse files
committed
wip: update
1 parent 8e5a438 commit 68b2001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime-core/src/renderer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -935,7 +935,7 @@ function baseCreateRenderer(
935935
}, parentSuspense)
936936
}
937937

938-
if (el._isVueCE && !el._def.shadowRoot) {
938+
if (el._isVueCE && el._def.shadowRoot === false) {
939939
el._updateSlots(n2.children)
940940
}
941941
}

0 commit comments

Comments
 (0)