0👍
Try setting the mode: 'history'
in your VueRouter
const router = new VueRouter({
mode: 'history',
routes: [...]
})
For more info also with express, refer to Vue Router HTML5 history mdoe
Source:stackexchange.com
0👍
Try setting the mode: 'history'
in your VueRouter
const router = new VueRouter({
mode: 'history',
routes: [...]
})
For more info also with express, refer to Vue Router HTML5 history mdoe