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

13 lines
202 B
Vue
Raw Normal View History

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