mirror of
https://github.com/romancm/gamebrary
synced 2024-11-14 23:47:08 +00:00
move home route down
This commit is contained in:
parent
a7cbeff0f0
commit
6ad4387ce4
1 changed files with 9 additions and 8 deletions
|
@ -39,14 +39,6 @@ export default new Router({
|
|||
public: true,
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'home',
|
||||
path: '/',
|
||||
component: HomePage,
|
||||
meta: {
|
||||
title: 'Home',
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'dev-tools',
|
||||
path: '/dev-tools',
|
||||
|
@ -164,5 +156,14 @@ export default new Router({
|
|||
public: true,
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'home',
|
||||
path: '/',
|
||||
component: HomePage,
|
||||
meta: {
|
||||
title: 'Home',
|
||||
public: true,
|
||||
},
|
||||
},
|
||||
],
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue