Commit 103cd3531333d248c472d198632af530abd37041
1 parent
8a22e84f
init Form
init Form
Showing
3 changed files
with
3 additions
and
4 deletions
Show diff stats
src/components/form/form-item.vue
1 | -<script src="index.js"></script> | ||
2 | <template> | 1 | <template> |
3 | 2 | ||
4 | </template> | 3 | </template> |
@@ -6,7 +5,7 @@ | @@ -6,7 +5,7 @@ | ||
6 | export default { | 5 | export default { |
7 | props: {}, | 6 | props: {}, |
8 | data () { | 7 | data () { |
9 | - return {} | 8 | + return {}; |
10 | }, | 9 | }, |
11 | computed: {}, | 10 | computed: {}, |
12 | methods: {} | 11 | methods: {} |
src/components/form/form.vue
src/index.js
@@ -59,7 +59,7 @@ const iview = { | @@ -59,7 +59,7 @@ const iview = { | ||
59 | Dropdown, | 59 | Dropdown, |
60 | DropdownItem: Dropdown.Item, | 60 | DropdownItem: Dropdown.Item, |
61 | DropdownMenu: Dropdown.Menu, | 61 | DropdownMenu: Dropdown.Menu, |
62 | - Form: Form, | 62 | + iForm: Form, |
63 | FormItem: Form.Item, | 63 | FormItem: Form.Item, |
64 | iCol: Col, | 64 | iCol: Col, |
65 | Collapse, | 65 | Collapse, |