enhance(frontend): add contact page

This commit is contained in:
syuilo
2024-05-01 14:12:36 +09:00
parent 8c5e564066
commit ef630df443
6 changed files with 42 additions and 40 deletions

View File

@@ -197,6 +197,9 @@ const routes: RouteDef[] = [{
path: '/about',
component: page(() => import('@/pages/about.vue')),
hash: 'initialTab',
}, {
path: '/contact',
component: page(() => import('@/pages/contact.vue')),
}, {
path: '/about-misskey',
component: page(() => import('@/pages/about-misskey.vue')),