data-view-exp-viewdataviewexpbar-dataviewexpbar.vue 535 字节
Newer Older
1 2 3 4 5 6
<script lang='tsx'>
import { Component } from 'vue-property-decorator';
import DataViewExpViewdataviewexpbarBase from './data-view-exp-viewdataviewexpbar-dataviewexpbar-base.vue';
import view_dataviewexpbar_dataview from '@widgets/ibizbook/usr2-dataview/usr2-dataview.vue';

 
7 8
// 基于 @CONTROL/卡片视图导航/CONTROL.vue.ftl 生成

9 10 11 12 13 14 15 16 17 18
@Component({
    components: {
        view_dataviewexpbar_dataview, 
         
    }
})
export default class DataViewExpViewdataviewexpbar extends DataViewExpViewdataviewexpbarBase {

}
</script>