0👍
You can use vue router history mode.
Check here
Vue.use(Router, {
mode: ‘history’
});
- [Vuejs]-Vue: Importing SCSS only if a component gets created
- [Vuejs]-Background events and editable foreground events in fullcalendar-vue
Source:stackexchange.com