iview/test/routers/input.vue
梁灏 7d5431d85a update some style
update some style
2016-11-07 14:16:20 +08:00

26 lines
No EOL
379 B
Vue

<template>
<i-input></i-input>
</template>
<script>
import { Input } from 'iview';
export default {
components: {
iInput: Input
},
props: {
},
data () {
return {
}
},
computed: {
},
methods: {
}
}
</script>