0👍
This is because you have not enabled history mode, you can enable history mode by something like this
new Router({
mode: 'history',
routes,
base: process.env.BASE_URL
})
- [Vuejs]-Need help to export Vue SFC that import Swiper.js
- [Vuejs]-Mounted Push is not redirecting from landing page but refresh is working
Source:stackexchange.com