diff --git a/src/router/index.js b/src/router/index.js index 442860b..73a6c23 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -22,7 +22,7 @@ const routes = [ }, { path: '/privacy-policy', - name: '{PrivacyPolicy}', + name: 'PrivacyPolicy', components: { main: lazyLoadView('PrivacyPolicy') } @@ -51,7 +51,7 @@ const routes = [ props: true, children: [ { - path: 'overview', + path: '', components: { score: lazyLoadComponent('ScoreTeam') } diff --git a/src/views/Match.vue b/src/views/Match.vue index 0a381d9..7581fcb 100644 --- a/src/views/Match.vue +++ b/src/views/Match.vue @@ -97,7 +97,7 @@