enhance(frontend): add contact page
This commit is contained in:
parent
8c5e564066
commit
ef630df443
6 changed files with 42 additions and 40 deletions
|
|
@ -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')),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue