feat: 默认暗黑模式

Former-commit-id: 545076911d17a2b46e9f4df3eaca97225497e1c7
This commit is contained in:
haoxr
2023-02-07 01:00:58 +08:00
parent 4189c257cf
commit 112ce67c65
3 changed files with 3 additions and 6 deletions

View File

@@ -5,11 +5,7 @@ const appStore = useAppStore();
</script>
<template>
<el-config-provider
:locale="appStore.locale"
:size="appStore.size"
theme="dark"
>
<el-config-provider :locale="appStore.locale" :size="appStore.size">
<router-view />
</el-config-provider>
</template>