Vue 3 vite multi page app not match found for location with path

344 Views Asked by At

I'm trying to follow this simple basic tutorial on how to add multi-page to my vue app.

  • I created a new project (npm i vue@latest)
  • Added the nested file: enter image description here

And this in theory should be enough, but it doesn't work

enter image description here

1

There are 1 best solutions below

0
imvenx On

Well while writing this question, I realized that adding the last "/" to the route was required to make it "/nested/"... so now works, I hope it helps someone.

enter image description here