app-default-chart-exp-bar.tsx 406 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14
import { Component } from 'vue-property-decorator';
import { AppChartExpBarBase } from '../app-common-control/app-chart-exp-bar-base';
import { VueLifeCycleProcessing } from '../../../decorators';

/**
 * 图表部件
 *
 * @export
 * @class AppDefaultChartExpBar
 * @extends {AppChartExpBarBase}
 */
@Component({})
@VueLifeCycleProcessing()
export class AppDefaultChartExpBar extends AppChartExpBarBase {}