add legal, update about, update new user dialog

This commit is contained in:
Will Freeman
2024-10-14 13:12:38 -05:00
parent 4dbb70be8c
commit 9edcb9eac7
4 changed files with 107 additions and 2 deletions
+5
View File
@@ -45,6 +45,11 @@ const router = createRouter({
path: '/roadmap',
name: 'roadmap',
component: () => import('../views/RoadmapView.vue')
},
{
path: '/legal',
name: 'legal',
component: () => import('../views/LegalView.vue')
}
]
})