(component): end

This commit is contained in:
就眠儀式
2022-10-18 01:06:04 +08:00
parent b077d81569
commit eb51083a27
11 changed files with 22 additions and 23 deletions

View File

@@ -16,7 +16,7 @@ import {
setFetchMethod,
} from "@umijs/ssr-darkreader";
export interface LayConfigProviderProps {
export interface ConfigProviderProps {
locale?: string;
locales?: [];
theme?: string;
@@ -24,7 +24,7 @@ export interface LayConfigProviderProps {
darkPartial?: any;
}
const props = withDefaults(defineProps<LayConfigProviderProps>(), {
const props = withDefaults(defineProps<ConfigProviderProps>(), {
locale: "zh_CN",
theme: "light",
});