fix:修复引入路径大小写导致无法打包

This commit is contained in:
XieYongHong 2024-08-05 20:53:04 +08:00 committed by GitHub
parent 951215955a
commit 984fd9c115
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -10,6 +10,6 @@ export { default as StringParams } from './String/index.vue'
export { default as PopoverModal } from './Popover/index.vue'
export { default as UnitSelect } from './UnitSelect/index.vue'
export { default as TypeSelect } from './type/index.vue'
export { default as GroupSelect } from './group/index.vue'
export { default as TypeSelect } from './Type/index.vue'
export { default as GroupSelect } from './Group/index.vue'
export { default as BooleanSelect } from './BooleanSelect/index.vue'