added vue-matomo

This commit is contained in:
2021-11-07 13:36:15 +01:00
committed by Giovanni Harting
parent ff658da16e
commit 53799adc42
4 changed files with 28 additions and 6 deletions

View File

@@ -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')
}
},
{