feat(ssr): useSSRContext

This commit is contained in:
Evan You
2020-02-18 13:26:15 -05:00
parent 86464e8c04
commit fd031490fb
3 changed files with 24 additions and 3 deletions

View File

@@ -61,6 +61,9 @@ export {
// SFC CSS Modules
export { useCSSModule } from './helpers/useCssModule'
// SSR context
export { useSSRContext, ssrContextKey } from './helpers/useSsrContext'
// Internal API ----------------------------------------------------------------
// For custom renderers