]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
fix(runtime-core): pass unmount into inital mount patch prop
authorEvan You <yyx990803@gmail.com>
Wed, 1 Jul 2020 20:01:46 +0000 (16:01 -0400)
committerEvan You <yyx990803@gmail.com>
Wed, 1 Jul 2020 20:01:46 +0000 (16:01 -0400)
packages/runtime-core/src/renderer.ts

index 4a0830f02f5a8038cb4fcbf94bf8d6fd372523c1..e81cc87a63be4596dc3702da97ff19fc4ca5097d 100644 (file)
@@ -698,7 +698,8 @@ function baseCreateRenderer(
               isSVG,
               vnode.children as VNode[],
               parentComponent,
-              parentSuspense
+              parentSuspense,
+              unmountChildren
             )
           }
         }