Skip to content

Commit cebdc1c

Browse files
authored
breaking(bundle-utils): drop unneccesary vueVersion option (#365)
1 parent e879c7f commit cebdc1c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/bundle-utils/src/codegen.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ export interface SourceLocationable {
4545
export interface CodeGenOptions {
4646
type?: 'plain' | 'sfc' | 'bare'
4747
legacy?: boolean
48-
vueVersion?: 'v2.6' | 'v2.7'
4948
bridge?: boolean
5049
exportESM?: boolean
5150
onlyLocales?: string[]

0 commit comments

Comments
 (0)