inter-func-kanban-kanban.vue 331 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
<script lang='tsx'>
import { Component } from 'vue-property-decorator';
import InterFuncKanbanBase from './inter-func-kanban-kanban-base.vue';

 
// 基于 @CONTROL/看板视图/CONTROL.vue.ftl 生成

@Component({
    components: {
         
    }
})
export default class InterFuncKanban extends InterFuncKanbanBase {

}
</script>