app-style2-dataviewexpview.tsx 442 字节
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 { AppDataViewExpViewBase } from '../app-common-view/app-dataviewexpview-base';


/**
 * 应用数据视图导航视图
 *
 * @export
 * @class AppStyle2DataViewExpView
 * @extends {AppDataViewExpViewBase}
 */
@Component({})
@VueLifeCycleProcessing()
export class AppStyle2DataViewExpView extends AppDataViewExpViewBase {}