<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'; // 基于 @CONTROL/门户部件/CONTROL.vue.ftl 生成 @Component({ components: { view_db_sysportlet3_chart, } }) export default class IBIZAPPCTRLCtrlChart extends IBIZAPPCTRLCtrlChartBase { } </script>