update some style

update some style
This commit is contained in:
梁灏 2016-11-07 14:16:20 +08:00
parent 034412553a
commit 7d5431d85a
9 changed files with 86 additions and 13 deletions

26
test/routers/input.vue Normal file
View file

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