fixed match-route over-complication

This commit is contained in:
2022-02-03 13:36:36 +01:00
parent 378a5f807c
commit 2b4b0d082c
3 changed files with 11 additions and 5 deletions

View File

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