<script lang='tsx'>
import { Component } from 'vue-property-decorator';
import IBIZAPPCTRLCtrlChartBase from './ctrl-chart-portlet-base.vue';
import view_db_sysportlet3_chart from '@widgets/ibizappctrl/ctrl-chart-chart/ctrl-chart-chart.vue';
@Component({
components: {
view_db_sysportlet3_chart,
}
})
export default class IBIZAPPCTRLCtrlChart extends IBIZAPPCTRLCtrlChartBase {
}
</script>
-
由 ibizdev 提交于fc108a7a