init Form component
init Form component
This commit is contained in:
parent
e200618755
commit
8a22e84f94
7 changed files with 39 additions and 1 deletions
5
src/components/form/index.js
Normal file
5
src/components/form/index.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
import Form from './form.vue';
|
||||
import FormItem from './form-item.vue';
|
||||
|
||||
Form.Item = FormItem;
|
||||
export default Form;
|
Loading…
Add table
Add a link
Reference in a new issue