iview/src/components/date-picker/base/year-table.vue

13 lines
181 B
Vue
Raw Normal View History

2016-12-12 10:37:52 +08:00
<template>
</template>
<script>
export default {
props: {},
data () {
return {}
},
computed: {},
methods: {}
}
</script>