wip(ssr): initial work on server-renderer
This commit is contained in:
@@ -154,7 +154,7 @@ export interface ComponentInternalInstance {
|
||||
|
||||
const emptyAppContext = createAppContext()
|
||||
|
||||
export function defineComponentInstance(
|
||||
export function createComponentInstance(
|
||||
vnode: VNode,
|
||||
parent: ComponentInternalInstance | null
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user