-
Notifications
You must be signed in to change notification settings - Fork 915
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
Typo in .vue template causes stuck? #593
Comments
I could not reproduce this issue. |
|
Same problem if you write |
I think maybe |
Yes, that's right. I did just that. But I took the time to understand the error. I no one said where it is. |
Hmmm, I reproduced this issue. |
This is issue of vue core. |
This issue is an update of this one.
I found a strange thing that if you type this
<a>< /a>
or something like this
<a><img :src="img.path">< /a>
(pay attention to the typo in the
< /a>
tag, a space is inserted)in your .vue template, then run
npm run dev
/npm run build
the node process will get stuck.However this
<a>placeholder< /a>
will not cause that problem.The text was updated successfully, but these errors were encountered: