feat: add Skill route and navigation

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-21 11:29:22 +08:00
parent 0f63ac82f4
commit 6966ced359
2 changed files with 9 additions and 3 deletions

View File

@@ -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',