]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore(runtime-core): Remove duplicate variable assignments (#3700)
authoredison <daiwei521@126.com>
Tue, 10 May 2022 01:42:41 +0000 (09:42 +0800)
committerGitHub <noreply@github.com>
Tue, 10 May 2022 01:42:41 +0000 (21:42 -0400)
packages/runtime-core/src/renderer.ts

index 33fe7a23d5a01974b947769491640c006f651be6..47a566e73e66ae9e7de63e403278ba05c6f78579 100644 (file)
@@ -1288,7 +1288,6 @@ function baseCreateRenderer(
       }
     } else {
       // no update needed. just copy over properties
-      n2.component = n1.component
       n2.el = n1.el
       instance.vnode = n2
     }