timelineitemlayoutpanel-panel.vue 354 字节
Newer Older
1 2 3 4 5
<script lang='tsx'>
import { Component } from 'vue-property-decorator';
import TIMELINEITEMLAYOUTPANELBase from './timelineitemlayoutpanel-panel-base.vue';

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

8 9 10 11 12 13 14 15 16
@Component({
    components: {
         
    }
})
export default class TIMELINEITEMLAYOUTPANEL extends TIMELINEITEMLAYOUTPANELBase {

}
</script>