"&" is not allowed in attribute values
Closed this issue · 1 comments
veaba commented
Version
16.0.0-alpha.2
Reproduction link
Steps to reproduce
html code
<a href="github.2com/login/o2adu4th/aduthorize?client_id=a&e" target="_blank">hello </a>
What is expected?
No error
What is actually happening?
Failed to compile.
VueCompilerError: Unknown entity name.
Error in character &
in the href.
veaba commented
Also too:
<li v-if="!authObj.isAuth&&authObj.oAuthUrl"></li>