<script lang='tsx'>
import { Component } from 'vue-property-decorator';
import LnternalFuncListBase from './lnternal-func-list-list-base.vue';
import layout_list_itempanel from '@widgets/ibizbook/list-itempanel-panel/list-itempanel-panel.vue';
// 基于 @CONTROL/列表/CONTROL.vue.ftl 生成
@Component({
components: {
layout_list_itempanel,
}
})
export default class LnternalFuncList extends LnternalFuncListBase {
}
</script>
-
由 ibizdev 提交于cfe7e01a