uipart-0009-form.vue 312 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
<script lang='tsx'>
import { Component } from 'vue-property-decorator';
import UIPART_0009Base from './uipart-0009-form-base.vue';

 
// 基于 @CONTROL/@MACRO/CONTROL/CONTROL.vue.ftl 生成
@Component({
    components: {
         
    }
})
export default class UIPART_0009 extends UIPART_0009Base {

}
</script>