mirror of
https://github.com/romancm/gamebrary
synced 2024-11-14 23:47:08 +00:00
Routes formatting
This commit is contained in:
parent
0601fa7c6b
commit
fddde8afe0
1 changed files with 4 additions and 1 deletions
|
@ -27,6 +27,9 @@ export default new Router({
|
|||
name: 'game-board',
|
||||
component: GameBoard,
|
||||
},
|
||||
{ path: '*', component: GameBoard },
|
||||
{
|
||||
path: '*',
|
||||
component: GameBoard,
|
||||
},
|
||||
],
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue