mirror of
https://github.com/GuerillaStudio/souvenir.git
synced 2025-01-20 18:30:20 +00:00
fix(router): Back in hashmode
This commit is contained in:
parent
edfa9aaf53
commit
03d40b8cb1
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ import Download from '/views/screens/download'
|
|||
Vue.use(VueRouter)
|
||||
|
||||
export default new VueRouter({
|
||||
mode: 'history',
|
||||
mode: 'hash',
|
||||
routes: [
|
||||
{ name: 'home', path: '/', component: Welcome },
|
||||
{ name: 'capture', path: '/capture', component: Capture },
|
||||
|
|
Loading…
Reference in a new issue