-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
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
Routing tab does not display a list of routes added via addRoutes
#917
Comments
addRoutes
addRoutes
addRoutes
addRoutes
@Akryum I gues now it's not possible to implement? Because no way to see routes added via Related issues: https://github.com/vuejs/vue-router/blob/dev/src/index.js#L210 |
@posva Any insight on this? |
For the moment this is not possible. It's part of the dynamic routing. We will have to add a way to let devtools track them. We could do a temporal fix where dynamic routes are added to a private property in vue-router so devtools can show them |
Does v5 have this fix? I'm using the latest devtools, but dynamic routes are not shown. |
Our entire project works on adding routes via |
Version
5.0.1
Browser and OS info
Chrome 72.0.3626.121 / macOS Mojave 10.14.3
Steps to reproduce
codesandbox.io
What is expected?
List of all routes in Routing tab (init
routes
andaddRoutes()
)What is actually happening?
List of routes added during initialization in option
routes
, withoutaddRoutes()
The text was updated successfully, but these errors were encountered: