app-style2-tabexpview.tsx 413 字节
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 { AppTabExpViewBase } from '../app-common-view/app-tabexpview-base';


/**
 * 应用分页导航视图基类
 *
 * @export
 * @class AppStyle2TabExpView
 * @extends {AppTabExpViewBase}
 */
@Component({})
@VueLifeCycleProcessing()
export class AppStyle2TabExpView extends AppTabExpViewBase {}