mirror of
https://github.com/romancm/gamebrary
synced 2024-11-24 04:03:06 +00:00
disable history mode until fixed
This commit is contained in:
parent
44c6d6be1a
commit
d60960db78
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ import PublicProfilePage from '@/pages/PublicProfilePage';
|
|||
Vue.use(Router);
|
||||
|
||||
export default new Router({
|
||||
mode: 'history',
|
||||
// mode: 'history',
|
||||
routes: [
|
||||
{
|
||||
name: 'boards',
|
||||
|
|
Loading…
Reference in a new issue