We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fda938 commit d6be340Copy full SHA for d6be340
packages/compiler-sfc/src/index.ts
@@ -33,7 +33,8 @@ export {
33
SFCBlock,
34
SFCTemplateBlock,
35
SFCScriptBlock,
36
- SFCStyleBlock
+ SFCStyleBlock,
37
+ SFCParseResult
38
} from './parse'
39
export {
40
TemplateCompiler,
@@ -46,6 +47,7 @@ export {
46
47
SFCStyleCompileResults
48
} from './compileStyle'
49
export { SFCScriptCompileOptions } from './compileScript'
50
+export { AssetURLOptions, AssetURLTagConfig } from './templateTransformAssetUrl'
51
52
CompilerOptions,
53
CompilerError,
0 commit comments