From 76aba613614e7dfdefd0527bd700f31a85338189 Mon Sep 17 00:00:00 2001 From: cnachtigall1991 <40701475+cnachtigall1991@users.noreply.github.com> Date: Mon, 11 Oct 2021 14:44:50 +0200 Subject: [PATCH] added router-links for scoreboard-nav --- src/router/index.js | 3 ++- src/views/Match.vue | 18 ++++++++++++++++-- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index d19865e..e8bc53e 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -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', diff --git a/src/views/Match.vue b/src/views/Match.vue index 631d418..76a2dac 100644 --- a/src/views/Match.vue +++ b/src/views/Match.vue @@ -38,7 +38,6 @@