<script lang='tsx'> import { Component } from 'vue-property-decorator'; import TabExpViewtabexppanelBase from './tab-exp-viewtabexppanel-tabexppanel-base.vue'; import view_tabviewpanel from '@widgets/ibizorder/tab-exp-viewtabviewpanel-tabviewpanel/tab-exp-viewtabviewpanel-tabviewpanel.vue'; import view_tabviewpanel2 from '@widgets/ibizorder/tab-exp-viewtabviewpanel2-tabviewpanel/tab-exp-viewtabviewpanel2-tabviewpanel.vue'; @Component({ components: { view_tabviewpanel, view_tabviewpanel2, } }) export default class TabExpViewtabexppanel extends TabExpViewtabexppanelBase { } </script>