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

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


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