Skip to content

Commit

Permalink
fix: fix mission export
Browse files Browse the repository at this point in the history
  • Loading branch information
haoziqaq committed Feb 6, 2024
1 parent 9ef4d3c commit ce64393
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/varlet-ui/src/locale/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ const { packs, pack, add, use, merge } = useLocale()
add('zh-CN', zhCN)
use('zh-CN')

export { zhCN, enUS, packs, pack, add, use, merge, useLocale }
export { zhCN, enUS, zhTW, zhHK, faIR, packs, pack, add, use, merge, useLocale }

export const _LocaleComponent = { zhCN, enUS, packs, pack, add, use, merge, useLocale }
export const _LocaleComponent = { zhCN, enUS, zhTW, zhHK, faIR, packs, pack, add, use, merge, useLocale }

export default {
zhCN,
Expand Down

0 comments on commit ce64393

Please sign in to comment.