<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>