mirror of
https://github.com/Kisechan/Mainpage.git
synced 2025-07-10 15:17:18 +00:00
添加链接视图并更新路由,移除关于视图,集成 GitHub 贡献图
This commit is contained in:
@ -7,9 +7,9 @@ const routes = [
|
||||
component: () => import('@/views/HomeView.vue')
|
||||
},
|
||||
{
|
||||
path: '/about',
|
||||
name: 'about',
|
||||
component: () => import('@/views/AboutView.vue')
|
||||
path: '/links',
|
||||
name: 'links',
|
||||
component: () => import('@/views/LinksView.vue')
|
||||
}
|
||||
]
|
||||
|
||||
|
Reference in New Issue
Block a user