fix(runtime-core): pass unmount into inital mount patch prop

This commit is contained in:
Evan You 2020-07-01 16:01:46 -04:00
parent 7886c267f7
commit 2bdb5c1464

View File

@ -698,7 +698,8 @@ function baseCreateRenderer(
isSVG,
vnode.children as VNode[],
parentComponent,
parentSuspense
parentSuspense,
unmountChildren
)
}
}