feat(sfc): css modules support

This commit is contained in:
Evan You
2019-12-17 21:28:24 -05:00
parent abfea8eb45
commit d84cf3a538
5 changed files with 39 additions and 3 deletions

View File

@@ -51,6 +51,9 @@ export const PatchFlags = PublicPatchFlags as {
BAIL: number
}
// SFC CSS Modules
export { useCSSModule } from './helpers/useCssModule'
// For custom renderers
export { createRenderer, RootRenderFunction } from './renderer'
export { warn } from './warning'