dashboard
repositories
filestore
activity
search
login
main
/
mob-components
WebApp【公共组件库】@前端(For Git Submodule)
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
实现表单第一部分:组件基本架构、表单验证
Tevin
2020-11-25
cf11971242e165adf92ef152cee188c0f1fbf70b
[mob-components.git]
/
forms
/
form
/
index.js
1
2
3
4
5
6
7
8
9
10
11
12
/**
* form
* @author Tevin
*/
import CForm from '@components/forms/form/CForm.vue';
import CFormItem from '@components/forms/form/CFormItem.vue';
export {
CForm,
CFormItem,
}