app-default-tab-exp-panel.tsx 419 字节
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 { AppTabExpPanelBase } from '../app-common-control/app-tab-exp-panel-base';


/**
 * 分页导航面板部件
 *
 * @export
 * @class AppDefaultTabExpPanel
 * @extends {AppTabExpPanelBase}
 */
@Component({})
@VueLifeCycleProcessing()
export class AppDefaultTabExpPanel extends AppTabExpPanelBase {}