fix: 修改全局颜色配置的问题

This commit is contained in:
MTrun
2022-03-12 15:25:26 +08:00
parent 4d54a3029b
commit ddc005ec10
6 changed files with 44 additions and 8 deletions
-1
View File
@@ -15,7 +15,6 @@
<script lang="ts" setup>
import { zhCN, dateZhCN, NConfigProvider } from 'naive-ui'
import { AppProvider } from '@/components/AppProvider'
import { useDesignStore } from '@/store/modules/designStore/designStore'
import { I18n } from '@/components/I18n'
import { getDarkThemeHook, getThemeOverridesHook } from '@/hooks'