add settings button, link socials and get the changelog from github

This commit is contained in:
2023-03-28 18:34:41 +02:00
parent fdd0a8bbb1
commit 8665506160
8 changed files with 208 additions and 8 deletions
+5
View File
@@ -18,6 +18,11 @@ const router = createRouter({
path: '/adventurers',
name: 'adventurers',
component: () => import('../views/AdventurerView.vue')
},
{
path: '/technical',
name: 'technical',
component: () => import('../views/TechnicalView.vue')
}
]
})