We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
2.5.17
https://codesandbox.io/s/1zr10x8rpq
Prop override correctly
Prop keep parent value
Meet this issue because I have a camelCase coding stye. But eslint vue-recommended throw an error if prop is not hypenated.
The text was updated successfully, but these errors were encountered:
The sandbox seems to be working as expected. What is your expected result?
Sorry, something went wrong.
The sandbox show 2 props overrided but only one is really overrided. My expected result is the two props been overrided and showing : Working.
It's maybe a normal behavior of vue currently but as I said it's a bug if someone code in camelCase and use eslint vue-recommended
Sorry my bad too fast at copy pasting on the sandbox. The sandbox now really show what I mean.
Closed via #8845
No branches or pull requests
Version
2.5.17
Reproduction link
https://codesandbox.io/s/1zr10x8rpq
Steps to reproduce
What is expected?
Prop override correctly
What is actually happening?
Prop keep parent value
Meet this issue because I have a camelCase coding stye. But eslint vue-recommended throw an error if prop is not hypenated.
The text was updated successfully, but these errors were encountered: