fix: 引用组件路径大小写问题修复

This commit is contained in:
郝先瑞
2022-02-25 22:00:36 +08:00
parent b32bb51e95
commit 84ce0a91ff
3 changed files with 3 additions and 3 deletions

View File

@@ -59,7 +59,7 @@ import {useUserStoreHook} from '@/store/modules/user'
// 组件依赖
import Breadcrumb from '@/components/Breadcrumb/index.vue'
import Hamburger from '@/components/Hamburger/index.vue'
import Screenfull from '@/components/screenfull/index.vue'
import Screenfull from '@/components/Screenfull/index.vue'
import SizeSelect from '@/components/SizeSelect/index.vue'
import LangSelect from '@/components/LangSelect/index.vue'
import SvgIcon from '@/components/SvgIcon/index.vue'