mirror of
https://github.com/XiaoDaiGua-Ray/ray-template.git
synced 2025-04-27 20:30:43 +08:00
11 lines
220 B
TypeScript
11 lines
220 B
TypeScript
export default {
|
|
path: '/doc',
|
|
name: 'doc',
|
|
component: () => import('@/views/doc/index'),
|
|
meta: {
|
|
i18nKey: 'Doc',
|
|
icon: 'doc',
|
|
windowOpen: 'https://xiaodaigua-ray.github.io/ray-template-doc/',
|
|
},
|
|
}
|