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

@@ -34,6 +34,7 @@ export type Data = { [key: string]: unknown }
export interface SFCInternalOptions {
__scopeId?: string
__cssModules?: Data
__hmrId?: string
__hmrUpdated?: boolean
}