fix(runtime-core): pass unmount into inital mount patch prop
This commit is contained in:
parent
7886c267f7
commit
2bdb5c1464
@ -698,7 +698,8 @@ function baseCreateRenderer(
|
|||||||
isSVG,
|
isSVG,
|
||||||
vnode.children as VNode[],
|
vnode.children as VNode[],
|
||||||
parentComponent,
|
parentComponent,
|
||||||
parentSuspense
|
parentSuspense,
|
||||||
|
unmountChildren
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user