update Form

update Form
This commit is contained in:
梁灏 2017-01-03 16:18:21 +08:00
parent 103cd35313
commit 9f5e2c7e4d
5 changed files with 326 additions and 13 deletions

17
test/routers/form.vue Normal file
View file

@ -0,0 +1,17 @@
<template>
<div>
<i-form>
</i-form>
</div>
</template>
<script>
export default {
props: {},
data () {
return {}
},
computed: {},
methods: {}
};
</script>