DocRouter.js 114 Bytes
Newer Older
1377875331@qq.com committed
1
import Show from "./Show"
2 3 4

const BusRouter = [
    { path: 'show', component: Show },
1377875331@qq.com committed
5
]
6 7

export default BusRouter