iview/src/components/date-picker/base/year-table.vue
梁灏 17e1fcf151 init DatePicker
init DatePicker
2016-12-12 10:37:52 +08:00

13 lines
No EOL
181 B
Vue

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