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.4.2
https://jsbin.com/cahalu/edit?html,output
embed(allowfullscreen="true")会被转成embed(allowfullscreen="allowfullscreen")导致flash无法全屏
希望增加对属性不处理的指令
isBooleanAttr这个数组里面有对allowFullScreen的处理
The text was updated successfully, but these errors were encountered:
chore(runtime): correctly render the embed attribute allowfullscreen
79e2468
vuejs#6202
d77b953
fix: handle special case for allowfullscreen on <embed>
adcb7c3
close vuejs#6202
d5ac3b7
c2bd123
No branches or pull requests
Version
2.4.2
Reproduction link
https://jsbin.com/cahalu/edit?html,output
Steps to reproduce
embed(allowfullscreen="true")会被转成embed(allowfullscreen="allowfullscreen")导致flash无法全屏
What is expected?
希望增加对属性不处理的指令
What is actually happening?
isBooleanAttr这个数组里面有对allowFullScreen的处理
embed(allowfullscreen="true")会被转成embed(allowfullscreen="allowfullscreen")导致flash无法全屏
The text was updated successfully, but these errors were encountered: