mirror of https://github.com/vuejs/core.git
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,
|
||||
vnode.children as VNode[],
|
||||
parentComponent,
|
||||
parentSuspense
|
||||
parentSuspense,
|
||||
unmountChildren
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue