wip(ssr): initial work on server-renderer
This commit is contained in:
@@ -39,7 +39,7 @@ export const createApp: CreateAppFunction<Element> = (...args) => {
|
||||
return
|
||||
}
|
||||
}
|
||||
const component = app.rootComponent
|
||||
const component = app._component
|
||||
if (
|
||||
__RUNTIME_COMPILE__ &&
|
||||
!isFunction(component) &&
|
||||
|
||||
Reference in New Issue
Block a user