fix: avoid double inserting root component
This commit is contained in:
parent
c0d9f3ab15
commit
a8522cf48c
@ -265,7 +265,7 @@ export function createRenderer(options: RendererOptions) {
|
|||||||
el = mountComponentInstance(
|
el = mountComponentInstance(
|
||||||
vnode,
|
vnode,
|
||||||
tag as ComponentClass,
|
tag as ComponentClass,
|
||||||
container,
|
null,
|
||||||
parentComponent,
|
parentComponent,
|
||||||
isSVG,
|
isSVG,
|
||||||
endNode
|
endNode
|
||||||
|
Loading…
x
Reference in New Issue
Block a user