wip: update

This commit is contained in:
daiwei 2025-04-16 11:40:12 +08:00
parent 8e5a43842b
commit 68b2001055
1 changed files with 1 additions and 1 deletions

View File

@ -935,7 +935,7 @@ function baseCreateRenderer(
}, parentSuspense)
}
if (el._isVueCE && !el._def.shadowRoot) {
if (el._isVueCE && el._def.shadowRoot === false) {
el._updateSlots(n2.children)
}
}