Skip to content

Commit

Permalink
fix(cli): error when building with vite
Browse files Browse the repository at this point in the history
  • Loading branch information
ZephyrAndMoon authored and haoziqaq committed Nov 8, 2021
1 parent 140e2ba commit e786702
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/varlet-ui/types/locale.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ interface Locale {
add(lang: string, pack: Partial<Pack>): void
use(lang: string): void
merge(lang: string, pack: Partial<Pack>): void
new(params:any):Locale
}

export const Locale: Locale
Expand Down

0 comments on commit e786702

Please sign in to comment.