Skip to content

Commit

Permalink
fix(runtime-core): pass unmount into inital mount patch prop
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Jul 1, 2020
1 parent 7886c26 commit 2bdb5c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/runtime-core/src/renderer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,8 @@ function baseCreateRenderer(
isSVG,
vnode.children as VNode[],
parentComponent,
parentSuspense
parentSuspense,
unmountChildren
)
}
}
Expand Down

0 comments on commit 2bdb5c1

Please sign in to comment.