feat: 默认暗黑模式
Former-commit-id: ada0fd03e4c1aa028a45f948448aa1280a57bef9
This commit is contained in:
@@ -5,7 +5,11 @@ const appStore = useAppStore();
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<el-config-provider :locale="appStore.locale" :size="appStore.size">
|
<el-config-provider
|
||||||
|
:locale="appStore.locale"
|
||||||
|
:size="appStore.size"
|
||||||
|
theme="dark"
|
||||||
|
>
|
||||||
<router-view />
|
<router-view />
|
||||||
</el-config-provider>
|
</el-config-provider>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user