Skip to content

Commit 7466b4f

Browse files
authored
feat(types): expose hoistStatic option for script compilation (#198)
1 parent 986a44c commit 7466b4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/plugin-vue/src/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ export interface Options {
3838
| 'propsDestructure'
3939
| 'fs'
4040
| 'reactivityTransform'
41+
| 'hoistStatic'
4142
>
4243
>
4344
template?: Partial<

0 commit comments

Comments
 (0)