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
I have a problem with extra spaces from line breaks in Vue single components.
I have:
<p> Basta aguardar a aprovação agora, você receberá um e-mail quando isso acontecer. <br> Até mais! </p>
After, Vue renders a not desired behavior:
This is not default browser behavior!
Also change <p> to inline text shows me a ESLint error (Expected 1 line break after opening tag (<p>), but no line breaks found.).
<p>
In the Vue's GitHub has an issue about this 9208 to change compiler option whitespace, but I didn't find how I set this in the Vue-Meteor. Any ideas?
whitespace
The text was updated successfully, but these errors were encountered:
I think this is a duplicate of #352
Sorry, something went wrong.
No branches or pull requests
I have a problem with extra spaces from line breaks in Vue single components.
I have:
After, Vue renders a not desired behavior:
This is not default browser behavior!
Also change
<p>
to inline text shows me a ESLint error (Expected 1 line break after opening tag (<p>
), but no line breaks found.).In the Vue's GitHub has an issue about this 9208 to change compiler option
whitespace
, but I didn't find how I set this in the Vue-Meteor.Any ideas?
The text was updated successfully, but these errors were encountered: