Skip to content

Commit

Permalink
feat(ssr): renderToStream (#1197)
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberAP authored Jun 26, 2020
1 parent e0d19a6 commit 6bc0e0a
Show file tree
Hide file tree
Showing 13 changed files with 1,054 additions and 389 deletions.
3 changes: 1 addition & 2 deletions packages/runtime-core/__tests__/hydration.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ import {
defineAsyncComponent,
defineComponent
} from '@vue/runtime-dom'
import { renderToString } from '@vue/server-renderer'
import { renderToString, SSRContext } from '@vue/server-renderer'
import { mockWarn } from '@vue/shared'
import { SSRContext } from 'packages/server-renderer/src/renderToString'

function mountWithHydration(html: string, render: () => any) {
const container = document.createElement('div')
Expand Down
Loading

0 comments on commit 6bc0e0a

Please sign in to comment.