app-style2-calendarexpview.tsx 435 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15

import { Component} from 'vue-property-decorator';
import { VueLifeCycleProcessing } from '../../../decorators';
import { AppCalendarExpViewBase } from '../app-common-view/app-calendarexpview-base';

/**
 * 应用日历导航视图
 *
 * @export
 * @class AppStyle2CalendarExpView
 * @extends {AppCalendarExpViewBase}
 */
@Component({})
@VueLifeCycleProcessing()
export class AppStyle2CalendarExpView extends AppCalendarExpViewBase {}