app-style2-depanelview.tsx 412 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14
import { Component } from 'vue-property-decorator';
import { VueLifeCycleProcessing } from '../../../decorators';
import { AppDePanelViewBase } from '../app-common-view/app-depanelview-base';

/**
 * 应用实体面板视图
 *
 * @export
 * @class AppStyle2DePanelView
 * @extends {AppDePanelViewBase}
 */
@Component({})
@VueLifeCycleProcessing()
export class AppStyle2DePanelView extends AppDePanelViewBase { }