-
-
Notifications
You must be signed in to change notification settings - Fork 376
feat(vue3-bridge): reconstruct nested route #4117
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
base: main
Are you sure you want to change the base?
feat(vue3-bridge): reconstruct nested route #4117
Conversation
✅ Deploy Preview for module-federation-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
… test case about multiple slash
Description
Resolve issue #3897
This pr uses return value of
router.getRoutes()
re-construct nested route for later usage. It has feature:flat routes
tonested route
router.options.routes
which does not.What's next?
Related Issue
#3897
Types of changes
Checklist