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
Hey @yyx990803 - I see the changes and have played with them a bit in the template explorer - but it doesn't look like the issue is sorted - it's still getting converted to a normal space.
@mika76 a non-breaking whitespace is visually indistinguishable from a normal whitespace in the source code, but they are in fact different characters. If you copy it and compare it to a normal space in your console you'll see.
Version
3.0.0-alpha.11
Reproduction link
link to https://vue-next-template-explorer.netlify.com/...
Steps to reproduce
Use
anywhere - see compiled template...What is expected?
(among other special characters) should not just be converted to their "normal" counterparts - there's lots of info here: https://www.w3.org/html/wg/wiki/HTMLCharacterUsageBut non-breaking space (
#00A0
) is not actually a space (#0020
)What is actually happening?
the
is converted to a normal space - it's not even escaped...The text was updated successfully, but these errors were encountered: