feat: add Skill route and navigation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -54,6 +54,11 @@ const router = createRouter({
|
||||
name: 'stats',
|
||||
component: () => import('@/views/StatsView.vue'),
|
||||
},
|
||||
{
|
||||
path: 'skills',
|
||||
name: 'skills',
|
||||
component: () => import('@/views/SkillView.vue'),
|
||||
},
|
||||
{
|
||||
path: 'todo',
|
||||
name: 'todo',
|
||||
|
||||
Reference in New Issue
Block a user