dashboard
repositories
filestore
activity
search
login
main
/
mob-components
WebApp【公共组件库】@前端(For Git Submodule)
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
修复静态资源路径识别错误的问题
Tevin
2021-03-11
10a407fae1f5db9aa497c694123cb2799836bd1a
[mob-components.git]
/
forms
/
select
/
index.js
1
2
3
4
5
6
7
8
9
10
/**
* CSelect
* @author Tevin
*/
import CSelect from '@components/forms/select/CSelect.vue';
export {
CSelect,
}