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

fix(compiler): avoid converting &nbps; to spaces #11065

Merged
merged 2 commits into from Mar 30, 2021

Commits on Feb 2, 2020

  1. fix(compiler): avoid converting &nbps; to spaces (fix vuejs#11059)

    The regex for whitespace was too strict and was causing $nbps; chars to
    disappear from templates when `whitespace: 'condense'` is set. Changing the rule
    to avoid converting non-breaking white space chars into regular spaces.
    despreston committed Feb 2, 2020
    Copy the full SHA
    e15a402 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2020

  1. Copy the full SHA
    7fb1f98 View commit details
    Browse the repository at this point in the history