added vue-matomo
This commit is contained in:
@@ -34,7 +34,6 @@ const routes = [
|
||||
{
|
||||
path: '/match/:match_id',
|
||||
name: 'Match',
|
||||
// redirect: '/match/:match_id/overview',
|
||||
components: {
|
||||
main: lazyLoadView('Match')
|
||||
},
|
||||
@@ -55,7 +54,7 @@ const routes = [
|
||||
{
|
||||
path: 'details',
|
||||
components: {
|
||||
score: lazyLoadComponent('MultiKillsChart')
|
||||
score: lazyLoadComponent('Details')
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user