There was an error while loading. Please reload this page.
1 parent b1793d8 commit 3ac08e4Copy full SHA for 3ac08e4
packages/plugin-vue/src/index.ts
@@ -30,7 +30,16 @@ export interface Options {
30
isProduction?: boolean
31
32
// options to pass on to vue/compiler-sfc
33
- script?: Partial<Pick<SFCScriptCompileOptions, 'babelParserPlugins'>>
+ script?: Partial<
34
+ Pick<
35
+ SFCScriptCompileOptions,
36
+ | 'babelParserPlugins'
37
+ | 'defineModel'
38
+ | 'propsDestructure'
39
+ | 'fs'
40
+ | 'reactivityTransform'
41
+ >
42
43
template?: Partial<
44
Pick<
45
SFCTemplateCompileOptions,
0 commit comments