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

@@ -338,7 +338,7 @@ import {listRoles} from '@/api/system/role'
// 组件依赖
import {ElMessage, ElMessageBox, ElTree, ElForm} from 'element-plus'
import {Search, Plus, Edit, Refresh, Delete, Lock} from '@element-plus/icons'
import TreeSelect from '@/components/TreeSelect/Index.vue'
import TreeSelect from '@/components/TreeSelect/index.vue'
// DOM元素的引用声明定义
const deptTreeRef = ref(ElTree) // 变量名和DOM的ref属性值一致