feat: 默认暗黑模式
Former-commit-id: 545076911d17a2b46e9f4df3eaca97225497e1c7
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user