mirror of https://github.com/vuejs/core.git
wip: update
This commit is contained in:
parent
8e5a43842b
commit
68b2001055
|
@ -935,7 +935,7 @@ function baseCreateRenderer(
|
|||
}, parentSuspense)
|
||||
}
|
||||
|
||||
if (el._isVueCE && !el._def.shadowRoot) {
|
||||
if (el._isVueCE && el._def.shadowRoot === false) {
|
||||
el._updateSlots(n2.children)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue