]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
fix(runtime-core): pass prev value to hostPatchProp (#809)
authorhareku <hareku908@gmail.com>
Mon, 9 Mar 2020 20:08:10 +0000 (05:08 +0900)
committerGitHub <noreply@github.com>
Mon, 9 Mar 2020 20:08:10 +0000 (16:08 -0400)
fix #808

packages/runtime-core/src/renderer.ts

index 3e0cef8c1ca06fbeab305ddc1382e5cff083622c..85efd7d32a236d01c39be5edea7f8b0cc63faa24 100644 (file)
@@ -831,7 +831,7 @@ function baseCreateRenderer<
               el,
               key,
               null,
-              null,
+              oldProps[key],
               isSVG,
               vnode.children as HostVNode[],
               parentComponent,