diff --git a/src/App.vue b/src/App.vue index dafe239..86f9587 100644 --- a/src/App.vue +++ b/src/App.vue @@ -8,7 +8,7 @@ const locale = zhCN const dateLocale = dateZhCN const appStore = useAppStore() -const themeOverrides: GlobalThemeOverrides = {} || themeConfig +const themeOverrides: GlobalThemeOverrides = themeConfig || {}