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(
|
||||
vnode,
|
||||
tag as ComponentClass,
|
||||
container,
|
||||
null,
|
||||
parentComponent,
|
||||
isSVG,
|
||||
endNode
|
||||
|
|
Loading…
Reference in New Issue