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