-
-
Notifications
You must be signed in to change notification settings - Fork 5.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
Pass down route props to $attrs #1695
Comments
I haven't dived in already but it may be at this line: https://github.com/vuejs/vue-router/blob/dev/src/components/view.js#L71 |
I did some debugging and found that the issue is in the |
Version
2.7.0
Reproduction link
https://www.webpackbin.com/bins/-Ks8plb2Lsqpt8Po3Rxg
Steps to reproduce
Click on the different links
What is expected?
Passing props in the route object:
should appear in
$attrs
as long asname
is not declared as a prop inHello.vue
What is actually happening?
no prop
moved from vuejs/vue#6426
The text was updated successfully, but these errors were encountered: