fix(ssr): support dynamic components that resolve to element or vnode

fix #1508
This commit is contained in:
Evan You
2020-07-06 21:23:29 -04:00
parent d7184c99e6
commit 41db49dfb7
6 changed files with 117 additions and 18 deletions

View File

@@ -142,7 +142,7 @@ function renderComponentSubTree(
return getBuffer()
}
function renderVNode(
export function renderVNode(
push: PushFn,
vnode: VNode,
parentComponent: ComponentInternalInstance