dashboard
repositories
filestore
activity
search
login
main
/
mob-components
WebApp【公共组件库】@前端(For Git Submodule)
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
实现同级显示的单选、多选框组件
Tevin
2022-03-07
8e8e161971d8876e159f94e7e0f9e0d52d548e8a
[mob-components.git]
/
forms
/
checkbox
/
index.js
1
2
3
4
5
6
7
8
9
10
/**
* CCheckBox
* @author Tevin
*/
import CCheckBox from '@components/forms/checkBox/CCheckBox.vue';
export {
CCheckBox,
}