fix(runtime-core): pass prev value to hostPatchProp (#809)

fix #808
This commit is contained in:
hareku 2020-03-10 05:08:10 +09:00 committed by GitHub
parent 54a0e93c27
commit cd34603864
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -831,7 +831,7 @@ function baseCreateRenderer<
el,
key,
null,
null,
oldProps[key],
isSVG,
vnode.children as HostVNode[],
parentComponent,