wip(ssr): render real components

This commit is contained in:
Evan You
2020-01-23 22:23:10 -05:00
parent da25517377
commit cee36ad028
8 changed files with 60 additions and 38 deletions

View File

@@ -97,6 +97,9 @@ export const camelize = _camelize as (s: string) => string
// For integration with runtime compiler
export { registerRuntimeCompiler } from './component'
// For server-renderer
export { createComponentInstance, setupComponent } from './component'
// Types -----------------------------------------------------------------------
export {