fixed match-route over-complication
This commit is contained in:
@@ -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')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user