mine.vue 157 Bytes
Newer Older
lanbaoming's avatar
lanbaoming committed
1 2 3 4 5 6 7 8 9 10
<template>
    <index mine />
</template>
<script>
import Index from './index'
export default {
    name: 'EcwOrderMine',
    components: {Index}
}
</script>