SyntaxFix
Write A Post
Hire A Developer
Questions
You should add mode history to your router like the below
export default new Router({ mode: 'history', routes: [ { ... } ] })