mirror of
https://github.com/XiaoDaiGua-Ray/ray-template.git
synced 2025-04-06 03:57:49 +08:00
7 lines
148 B
TypeScript
7 lines
148 B
TypeScript
export default {
|
|
path: 'app',
|
|
name: 'app',
|
|
component: () => import('@/App'),
|
|
children: [{}], // 如果有子路由, 直接接着写就好
|
|
}
|