mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-02-11 13:10:26 +08:00
fix: viVN locale file name
This commit is contained in:
parent
5e11b161db
commit
4739a43bc6
@ -18,7 +18,7 @@ export { default as plPL } from './common/plPL'
|
||||
export { default as ptBR } from './common/ptBR'
|
||||
export { default as thTH } from './common/thTH'
|
||||
export { default as eo } from './common/eo'
|
||||
export { default as viVN } from './common/vi'
|
||||
export { default as viVN } from './common/viVN'
|
||||
export { default as dateZhCN } from './date/zhCN'
|
||||
export { default as dateZhTW } from './date/zhTW'
|
||||
export { default as dateEnUS } from './date/enUS'
|
||||
@ -39,7 +39,7 @@ export { default as datePlPL } from './date/plPL'
|
||||
export { default as datePtBR } from './date/ptBR'
|
||||
export { default as dateThTH } from './date/thTH'
|
||||
export { default as dateEo } from './date/eo'
|
||||
export { default as dateViVN } from './date/vi'
|
||||
export { default as dateViVN } from './date/viVN'
|
||||
export type { NLocale } from './common/enUS'
|
||||
export type { NDateLocale } from './date/enUS'
|
||||
export type { NPartialLocale } from './utils/index'
|
||||
|
Loading…
Reference in New Issue
Block a user