Skip to content
New issue

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

entities in attribute are unexpectedly encoded #10121

Closed
FranckFreiburger opened this issue Jun 8, 2019 · 1 comment · May be fixed by #11599
Closed

entities in attribute are unexpectedly encoded #10121

FranckFreiburger opened this issue Jun 8, 2019 · 1 comment · May be fixed by #11599

Comments

@FranckFreiburger
Copy link

FranckFreiburger commented Jun 8, 2019

Version

2.6.10

Reproduction link

https://jsfiddle.net/x725dcbu/2/

Steps to reproduce

What is expected?

html & template have the same behavior

What is actually happening?

normal markup:
<input value="&#102;&#111;&#111;"> gives foo

vue template
<input value="&#102;&#111;&#111;"> gives &#102;&#111;&#111;

additional note

in a SSR context, the generated HTML is correct, ie. <input value="&#102;&#111;&#111;">

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants