init Form
init Form
This commit is contained in:
parent
8a22e84f94
commit
103cd35313
3 changed files with 3 additions and 4 deletions
|
@ -1,4 +1,3 @@
|
|||
<script src="index.js"></script>
|
||||
<template>
|
||||
|
||||
</template>
|
||||
|
@ -6,7 +5,7 @@
|
|||
export default {
|
||||
props: {},
|
||||
data () {
|
||||
return {}
|
||||
return {};
|
||||
},
|
||||
computed: {},
|
||||
methods: {}
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
export default {
|
||||
props: {},
|
||||
data () {
|
||||
return {}
|
||||
return {};
|
||||
},
|
||||
computed: {},
|
||||
methods: {}
|
||||
|
|
|
@ -59,7 +59,7 @@ const iview = {
|
|||
Dropdown,
|
||||
DropdownItem: Dropdown.Item,
|
||||
DropdownMenu: Dropdown.Menu,
|
||||
Form: Form,
|
||||
iForm: Form,
|
||||
FormItem: Form.Item,
|
||||
iCol: Col,
|
||||
Collapse,
|
||||
|
|
Loading…
Add table
Reference in a new issue