mirror of
https://github.com/YouHaveTrouble/GuildMaster.git
synced 2026-05-12 06:26:59 +00:00
add settings button, link socials and get the changelog from github
This commit is contained in:
@@ -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')
|
||||
}
|
||||
]
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user