[Vuejs]-Vue-router 4 redirects default url to page not found

0👍

You should concatenate the child route path with parent one like :

http://localhost:8080/dev/overview

for more details check nested-routes section in official docs

Leave a comment