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
8711bc253c22936b6ab3ba4d2179940be7b0e1b0
[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,
}