We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I just switched from vite-plugin-pages to this, now my routes don't show up in the devtools?
I'm not sure if this is a bug with the plugin or the devtools.
This is my folder structure:
This is the route object generated:
This is what shows up in vue devtools:
The text was updated successfully, but these errors were encountered:
It works when I test locally 👀
Have you tried closing and reopening devtools? they sometimes get out of sync.
Sorry, something went wrong.
I have. Still the same issue.
I have even tried deleting node_modules and reinstalling everything. No change. I'm very confused.
I even went as far to test in firefox, but same result.
vuejs/router@d7af338
Turns out it was a vue-router bug
No branches or pull requests
I just switched from vite-plugin-pages to this, now my routes don't show up in the devtools?
I'm not sure if this is a bug with the plugin or the devtools.
This is my folder structure:
This is the route object generated:
This is what shows up in vue devtools:
The text was updated successfully, but these errors were encountered: