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
on npm run serve, Vue CLI 4.5.6 throws an error:
TypeError: Cannot set property 'whitespace' of undefined
There is a suggestion to install vue-template compiler to handle this, but when installing, as the latest version is 2.6.12 it throws another error saying there's a version mismatch with Vue 3.
Is there a way to preserve whitespaces in Vue 3?
Quick global feedback: thank you for Vue, it's awesome. And Vue 3 is solving a lot of issues I've been facing previously. Like multiple root nodes!
Great work, keep it up!
The text was updated successfully, but these errors were encountered:
Version
4.5.6
Environment info
Steps to reproduce
What is expected?
The whitespaces would be preserved.
What is actually happening?
on
npm run serve
, Vue CLI 4.5.6 throws an error:TypeError: Cannot set property 'whitespace' of undefined
There is a suggestion to install vue-template compiler to handle this, but when installing, as the latest version is 2.6.12 it throws another error saying there's a version mismatch with Vue 3.
Is there a way to preserve whitespaces in Vue 3?
Quick global feedback: thank you for Vue, it's awesome. And Vue 3 is solving a lot of issues I've been facing previously. Like multiple root nodes!
Great work, keep it up!
The text was updated successfully, but these errors were encountered: