mirror of
https://github.com/aelve/guide.git
synced 2024-11-22 11:33:34 +03:00
Index page path and redirect '/' to '/haskell'
This commit is contained in:
parent
aeb9445613
commit
e98546fdb9
@ -20,6 +20,10 @@ function createRouter (store) {
|
||||
routes: [
|
||||
{
|
||||
path: '/',
|
||||
redirect: '/haskell'
|
||||
},
|
||||
{
|
||||
path: '/haskell',
|
||||
name: 'Index',
|
||||
component: () => import('../page/Index.vue')
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user