17 lines
No EOL
238 B
Vue
17 lines
No EOL
238 B
Vue
<template>
|
|
<div>
|
|
<i-form>
|
|
|
|
</i-form>
|
|
</div>
|
|
</template>
|
|
<script>
|
|
export default {
|
|
props: {},
|
|
data () {
|
|
return {}
|
|
},
|
|
computed: {},
|
|
methods: {}
|
|
};
|
|
</script> |