You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix(v-pre): do not alter attributes
close#10087
* fix(v-pre): do not alter attributes
remove component and replace option from unit test
* refactor: use or
* perf: check boolean before index
Co-authored-by: Eduardo San Martin Morote <[email protected]>
Version
2.6.10
Reproduction link
https://jsfiddle.net/fp1omdaw/1/
Steps to reproduce
In a v-pre tag or child, use an attribute listed under the
isBooleanAttr
list insrc\platforms\web\util\attrs.js
What is expected?
The attribute value is unchanged
What is actually happening?
The attribute value is changed, e.g.
open
has the value to set toopen
When working with MathML, we need to use the
open
attributeThe text was updated successfully, but these errors were encountered: