[+] Photo

This commit is contained in:
2025-10-27 14:46:54 +08:00
parent 58d0cb99b8
commit 2f6272818d
2 changed files with 89 additions and 0 deletions
+6
View File
@@ -51,6 +51,12 @@ const routes: Array<RouteRecordRaw> = [
meta: {title: '我做的', navBookmark: 'Others'},
component: () => import('../views/others/Projects.vue')
},
{
path: '/photo',
name: 'Photo',
meta: {title: '摄影', navBookmark: 'Others'},
component: () => import('../views/Photo.vue')
},
]
export const router = createRouter({