mirror of
https://github.com/LJ5O/website.git
synced 2026-08-11 22:54:46 +02:00
Added page for Fukushima Internship
Started to write about it
This commit is contained in:
@@ -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'),
|
||||
}
|
||||
],
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user