chore(runtime-core): Remove duplicate variable assignments (#3700)

This commit is contained in:
edison
2022-05-10 09:42:41 +08:00
committed by GitHub
parent 762a9e99ce
commit 2a44225446

View 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
}