Added page for Fukushima Internship

Started to write about it
This commit is contained in:
2025-04-28 22:24:31 +02:00
parent 1384f8b4bd
commit 3e869df967
5 changed files with 72 additions and 4 deletions

View File

@@ -34,6 +34,11 @@ const router = createRouter({
// this generates a separate chunk (About.[hash].js) for this route
// which is lazy-loaded when the route is visited.
component: () => import('../views/projects/semanticSegmentationView.vue'),
},
{
path: '/project/video-editor',
name: 'video_editor',
component: () => import('../views/projects/videoEditorView.vue'),
}
],
})