mirror of
https://github.com/GuerillaStudio/souvenir.git
synced 2024-11-08 11:11:53 +00:00
feat(router): Switch to history mode
This commit is contained in:
parent
d75e606b1e
commit
d84307dbc4
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ import Download from '/views/screens/download'
|
|||
Vue.use(VueRouter)
|
||||
|
||||
export default new VueRouter({
|
||||
mode: 'history',
|
||||
routes: [
|
||||
{ name: 'home', path: '/', component: Welcome },
|
||||
{ name: 'capture', path: '/capture', component: Capture },
|
||||
|
|
Loading…
Reference in a new issue