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
3.0.0-beta.20
https://jsbin.com/tetepuvaqi/edit?html,output
should not set when dom attribute is undefined. For example, we will get id="" when id is undefined.
id=""
Behavior consistent with vue2
Inconsistent behavior with vue2
The text was updated successfully, but these errors were encountered:
Does this affect the behavior in anyway? As far as I know this doesn't make any difference except for when inspecting the DOM elements in devtools.
Sorry, something went wrong.
@yyx990803 Should affect CSS property selector.
cb6a091
No branches or pull requests
Version
3.0.0-beta.20
Reproduction link
https://jsbin.com/tetepuvaqi/edit?html,output
Steps to reproduce
should not set when dom attribute is undefined.
For example, we will get
id=""
when id is undefined.What is expected?
Behavior consistent with vue2
What is actually happening?
Inconsistent behavior with vue2
The text was updated successfully, but these errors were encountered: