init Form component
init Form component
This commit is contained in:
parent
e200618755
commit
8a22e84f94
7 changed files with 39 additions and 1 deletions
13
src/components/form/form.vue
Normal file
13
src/components/form/form.vue
Normal file
|
@ -0,0 +1,13 @@
|
|||
<template>
|
||||
|
||||
</template>
|
||||
<script>
|
||||
export default {
|
||||
props: {},
|
||||
data () {
|
||||
return {}
|
||||
},
|
||||
computed: {},
|
||||
methods: {}
|
||||
};
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue