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.2.0-beta.1
sfc.vuejs.org
This is a problem that has occurred since 3.2.0-beta.1.
Bound style attribute is not reflected. And interestingly, if you add an empty style attribute, the bound style will be reflected. e.g.
<h1 :style="`color: ${x};`" style="">Hello World!</h1>
See minimal reproduction.
bound style attribute will be reflected
bound style attribute is not reflected
The text was updated successfully, but these errors were encountered:
Probably the reason for this is that the handling of the case where the style is a string is missing here.
Or maybe don't even need to generate the code to call normalizeStyle at the compilation stage.
Sorry, something went wrong.
a8c3a8a
refactor: improve the fix for #4138
47ba33e
Successfully merging a pull request may close this issue.
Version
3.2.0-beta.1
Reproduction link
sfc.vuejs.org
Steps to reproduce
This is a problem that has occurred since 3.2.0-beta.1.
Bound style attribute is not reflected.
And interestingly, if you add an empty style attribute, the bound style will be reflected.
e.g.
See minimal reproduction.
What is expected?
bound style attribute will be reflected
What is actually happening?
bound style attribute is not reflected
The text was updated successfully, but these errors were encountered: