-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
Props not passed down to $attrs from route props #6426
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
You have to remove the prop name from the Hello.vue component for it to work |
@posva The hierarchy is |
This is a |
Oh, right. Let's move this to vue-router, I'm doing it |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
2.4.2
Reproduction link
https://www.webpackbin.com/bins/-Ks8plb2Lsqpt8Po3Rxg
Steps to reproduce
Setup a wrapping component which proxies all props to its child using
v-bind="$attrs"
. Then try to pass props usingvue-router
API.What is expected?
To have all props from route passed to component.
What is actually happening?
None pass.
The text was updated successfully, but these errors were encountered: