added router-links for scoreboard-nav

This commit is contained in:
cnachtigall1991
2021-10-11 14:44:50 +02:00
parent f3169572c8
commit 76aba61361
2 changed files with 18 additions and 3 deletions

View File

@@ -26,7 +26,8 @@ const routes = [
path: '/match/:match_id',
name: 'Match',
component: lazyLoad('Match'),
props: true
props: true,
alias: ['/match/:match_id/flashes', '/match/:match_id/utility']
},
{
path: '/explore',