update Form
update Form
This commit is contained in:
parent
103cd35313
commit
9f5e2c7e4d
5 changed files with 326 additions and 13 deletions
17
test/routers/form.vue
Normal file
17
test/routers/form.vue
Normal file
|
@ -0,0 +1,17 @@
|
|||
<template>
|
||||
<div>
|
||||
<i-form>
|
||||
|
||||
</i-form>
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
export default {
|
||||
props: {},
|
||||
data () {
|
||||
return {}
|
||||
},
|
||||
computed: {},
|
||||
methods: {}
|
||||
};
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue