Skip to content

Commit 85f52bd

Browse files
author
Vue Play
committed
Stored by Vue Play
1 parent 5c98b2f commit 85f52bd

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/components/Footer.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ new Date().getUTCFullYear()
1616
Release log
1717
</router-link>
1818
-
19+
<router-link to="/roadmap">Roadmap</router-link>
20+
-
1921
<router-link to="/terms-of-service">
2022
Terms of Service
2123
</router-link>-<router-link to="/privacy-policy">

src/logic/router.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@ const routes = [
7979
{
8080
path: '/release-log',
8181
component: () => import('@/views/ReleaseLog.vue')
82+
},
83+
{
84+
path: '/roadmap',
85+
component: () => import('@/views/Roadmap.vue')
8286
}
8387
]
8488
const router = createRouter({

0 commit comments

Comments
 (0)