refactored to match api-changes + added multi-kill-chart
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { createRouter, createWebHistory } from 'vue-router'
|
||||
import {createRouter, createWebHistory} from 'vue-router'
|
||||
|
||||
function lazyLoad(view) {
|
||||
return () => import(`@/views/${view}.vue`)
|
||||
@@ -21,7 +21,7 @@ const routes = [
|
||||
name: 'Match',
|
||||
component: lazyLoad('Match'),
|
||||
props: true,
|
||||
alias: ['/match/:match_id/flashes', '/match/:match_id/utility', '/match/:match_id/damage']
|
||||
alias: ['/match/:match_id/flashes', '/match/:match_id/utility', '/match/:match_id/damage', '/match/:match_id/details']
|
||||
},
|
||||
{
|
||||
path: '/explore',
|
||||
|
||||
Reference in New Issue
Block a user