<template src="./info-viewtabexppanel-tabexppanel.html"/> <script lang='tsx'> import { Component } from 'vue-property-decorator'; import { VueLifeCycleProcessing } from '@/studio-core'; import { InfoViewtabexppanelTabexppanelBase } from './info-viewtabexppanel-tabexppanel-base'; import view_tabviewpanel from '@widgets/eamapply/info-viewtabviewpanel-tabviewpanel/info-viewtabviewpanel-tabviewpanel.vue'; import view_tabviewpanel2 from '@widgets/eamapply/info-viewtabviewpanel2-tabviewpanel/info-viewtabviewpanel2-tabviewpanel.vue'; /** * tabexppanel部件 * * @export * @class InfoViewtabexppanelTabexppanel * @extends {InfoViewtabexppanelTabexppanelBase} */ @Component({ components: { view_tabviewpanel, view_tabviewpanel2, } }) @VueLifeCycleProcessing() export default class InfoViewtabexppanelTabexppanel extends InfoViewtabexppanelTabexppanelBase { } </script>