Commit 103cd3531333d248c472d198632af530abd37041

Authored by 梁灏
1 parent 8a22e84f

init Form

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