dashboard
repositories
filestore
activity
search
login
main
/
mob-components
WebApp【公共组件库】@前端(For Git Submodule)
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
表单体验升级,支持设定错误集,支持错误自动滚动
Tevin
2023-11-17
a4563d338b4df06d3fe6ca9123dcd1ec9c23a81b
[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,
}