chore(runtime-core): Remove duplicate variable assignments (#3700)
This commit is contained in:
parent
762a9e99ce
commit
2a44225446
@ -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
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user