book-calendar-major-state-calendar.vue 306 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14
<script lang='tsx'>
import { Component } from 'vue-property-decorator';
import BookCalendarMajorStateBase from './book-calendar-major-state-calendar-base.vue';

 
@Component({
    components: {
         
    }
})
export default class BookCalendarMajorState extends BookCalendarMajorStateBase {

}
</script>