iview/test/routers/cascader.vue
梁灏 0a48ac45a4 Input add readonly prop & focus、blur events
Input add readonly prop & focus、blur events
2016-11-15 10:43:00 +08:00

21 lines
No EOL
265 B
Vue

<template>
</template>
<script>
export default {
props: {
},
data () {
return {
}
},
computed: {
},
methods: {
}
}
</script>