Skip to content

Commit 2a44225

Browse files
authored
chore(runtime-core): Remove duplicate variable assignments (#3700)
1 parent 762a9e9 commit 2a44225

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/runtime-core/src/renderer.ts

-1
Original file line numberDiff line numberDiff line change
@@ -1288,7 +1288,6 @@ function baseCreateRenderer(
12881288
}
12891289
} else {
12901290
// no update needed. just copy over properties
1291-
n2.component = n1.component
12921291
n2.el = n1.el
12931292
instance.vnode = n2
12941293
}

0 commit comments

Comments
 (0)