wip(ssr): initial work on server-renderer

This commit is contained in:
Evan You
2020-01-23 21:01:56 -05:00
parent c07751fd36
commit da25517377
8 changed files with 110 additions and 23 deletions

View File

@@ -154,7 +154,7 @@ export interface ComponentInternalInstance {
const emptyAppContext = createAppContext()
export function defineComponentInstance(
export function createComponentInstance(
vnode: VNode,
parent: ComponentInternalInstance | null
) {