wip(ssr): restructure

This commit is contained in:
Evan You
2020-01-27 17:23:42 -05:00
parent d293876c34
commit 012bc5df9d
11 changed files with 224 additions and 144 deletions

View File

@@ -103,6 +103,7 @@ export { registerRuntimeCompiler } from './component'
// For server-renderer
export { createComponentInstance, setupComponent } from './component'
export { renderComponentRoot } from './componentRenderUtils'
// Types -----------------------------------------------------------------------