Skip to content

Commit

Permalink
feat(types): expose hoistStatic option for script compilation (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Jul 10, 2023
1 parent 986a44c commit 7466b4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/plugin-vue/src/index.ts
Expand Up @@ -38,6 +38,7 @@ export interface Options {
| 'propsDestructure'
| 'fs'
| 'reactivityTransform'
| 'hoistStatic'
>
>
template?: Partial<
Expand Down

0 comments on commit 7466b4f

Please sign in to comment.