org-out-put-line-chart.vue 267 字节
Newer Older
ibizdev's avatar
ibizdev committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14
<script lang='tsx'>
import { Component } from 'vue-property-decorator';
import OrgOutPutLineBase from './org-out-put-line-chart-base.vue';

 
@Component({
    components: {
         
    }
})
export default class OrgOutPutLine extends OrgOutPutLineBase {

}
</script>