-
-
Notifications
You must be signed in to change notification settings - Fork 5k
Nested Router #1476
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
Comments
I wonder if using inject/provide wouldn't make things much easier |
@posva Could you provide an example for your approach? |
The idea is that whenever you provide the |
@znck can you try it out using a dev build and see if it works for the demo? |
Ugh nvm it introduced some failing tests :/ |
What problem does this feature solve?
Create embedded app demo e.g.: https://reacttraining.com/react-router/web/example/basic
What does the proposed API look like?
$router
and$route
reference on root vue instance<router-view>
The text was updated successfully, but these errors were encountered: