After updating to RC12 I get a Vue Router warning
See original GitHub issue👋,
After updating from RC11
to RC12
I get a lot of warnings:
[Vue Router warn]: No match found for location with path "/"
Wnen I open the page I get a 404.
Did I miss something?
Issue Analytics
- State:
- Created a year ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
[Vue Router warn]: No match found for location with path ...
After I run npm run build and npm run start then I have a trouble ... for location with path "/_nuxt/__vite_ping" [Vue Router...
Read more >warning in vue-router 3.5.1: In Vue Router 4, the v-slot API will ...
It appears that you are using a <router-link> component with the event or tag property, and this will not work in Vue Router...
Read more >Navigation Guards | Vue Router
Guards may be resolved asynchronously, and the navigation is considered pending before all hooks have been resolved. Every guard function receives two ...
Read more >How to use vue-router? - CodinGame
How to use vue-router? · Step 1: Make three components inside your components directory. · Step 2: We need to update the index.html...
Read more >How To Update Page Title and Metadata with Vue.js and vue ...
cd vue-router-meta-example. At this point, we have a fresh Vue Project to build upon. The next step will be defining sample routes in...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Yes, that now enables the pages integration which means you need to have routes in your
pages/
folder.If you are not using
pages/
then you can safely delete this file; it was not doing anything for you previously.Hey! Could you kindly provide a reproduction? 🙏