chore: 设置 locale 为 zh_CN
This commit is contained in:
@@ -25,7 +25,7 @@ export interface LayConfigProviderProps {
|
||||
}
|
||||
|
||||
const props = withDefaults(defineProps<LayConfigProviderProps>(), {
|
||||
locale: "en_US",
|
||||
locale: "zh_CN",
|
||||
theme: "light",
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user