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 @@