uipart-0018-grid.vue 305 字节
<script lang='tsx'>
import { Component } from 'vue-property-decorator';
import UIPART_0018Base from './uipart-0018-grid-base.vue';

 
// 基于 @CONTROL/表格/CONTROL.vue.ftl 生成

@Component({
    components: {
         
    }
})
export default class UIPART_0018 extends UIPART_0018Base {

}
</script>