refactored code
This commit is contained in:
@@ -16,12 +16,6 @@ const routes = [
|
||||
component: lazyLoad('Player'),
|
||||
props: true
|
||||
},
|
||||
{
|
||||
path: '/player/:id/matches',
|
||||
name: 'MyMatches',
|
||||
component: lazyLoad('MyMatches'),
|
||||
props: true
|
||||
},
|
||||
{
|
||||
path: '/match/:match_id',
|
||||
name: 'Match',
|
||||
|
||||
Reference in New Issue
Block a user