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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1288,7 +1288,6 @@ function baseCreateRenderer(
} }
} else { } else {
// no update needed. just copy over properties // no update needed. just copy over properties
n2.component = n1.component
n2.el = n1.el n2.el = n1.el
instance.vnode = n2 instance.vnode = n2
} }