chore: 设置 locale 为 zh_CN

This commit is contained in:
就眠儀式 2022-04-12 09:07:58 +08:00
parent df8a2a6528
commit d220471e36

View File

@ -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",
}); });