feat(runtime-dom): useCssVars

This commit is contained in:
Evan You
2020-07-09 16:25:29 -04:00
parent 18c537d3c2
commit 9f706a9f5e
4 changed files with 47 additions and 5 deletions

View File

@@ -65,8 +65,6 @@ export {
} from './components/BaseTransition'
// For using custom directives
export { withDirectives } from './directives'
// SFC CSS Modules
export { useCSSModule } from './helpers/useCssModule'
// SSR context
export { useSSRContext, ssrContextKey } from './helpers/useSsrContext'