<template> <index mine /> </template> <script> import Index from './index' export default { name: 'EcwOrderMine', components: {Index} } </script>