<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/ibizorder/card-navigation-dataview/card-navigation-dataview.vue';
@Component({
components: {
view_dataviewexpbar_dataview,
}
})
export default class DataViewExpViewdataviewexpbar extends DataViewExpViewdataviewexpbarBase {
}
</script>
-
由 ibizdev 提交于ec4aa76e