f2-tree-exp-viewtreeexpbar-treeexpbar.vue 439 字节
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 F2TreeExpViewtreeexpbarBase from './f2-tree-exp-viewtreeexpbar-treeexpbar-base.vue';
import view_treeexpbar_tree from '@widgets/ibizsample0003/tree02-treeview/tree02-treeview.vue';

 
@Component({
    components: {
        view_treeexpbar_tree, 
         
    }
})
export default class F2TreeExpViewtreeexpbar extends F2TreeExpViewtreeexpbarBase {

}
</script>