list-itempanel-panel.vue 318 字节
<script lang='tsx'>
import { Component } from 'vue-property-decorator';
import List_itempanelBase from './list-itempanel-panel-base.vue';

 
// 基于 @CONTROL/面板/CONTROL.vue.ftl 生成

@Component({
    components: {
         
    }
})
export default class List_itempanel extends List_itempanelBase {

}
</script>