fix: 解决所有icon的引入路径问题

This commit is contained in:
MTrun
2021-12-20 16:39:19 +08:00
parent 45884a2918
commit 07eabd8869
11 changed files with 88 additions and 40 deletions
-2
View File
@@ -18,8 +18,6 @@ import { useDesignStore } from '@/store/modules/designStore/designStore'
import { getDarkThemeHook, getThemeOverridesHook } from '@/hooks'
const designStore = useDesignStore()
// 返回暗黑主题
const getDarkTheme = getDarkThemeHook()