mirror of
https://github.com/GuerillaStudio/souvenir.git
synced 2025-01-20 22:30:20 +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)
|
Vue.use(VueRouter)
|
||||||
|
|
||||||
export default new VueRouter({
|
export default new VueRouter({
|
||||||
|
mode: 'history',
|
||||||
routes: [
|
routes: [
|
||||||
{ name: 'home', path: '/', component: Welcome },
|
{ name: 'home', path: '/', component: Welcome },
|
||||||
{ name: 'capture', path: '/capture', component: Capture },
|
{ name: 'capture', path: '/capture', component: Capture },
|
||||||
|
|
Loading…
Reference in a new issue