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
3.0.0-beta.17
https://vue-next-template-explorer.netlify.app/#%7B%22src%22%3A%22%20%20%20%20%3Cspan%5Cr%5Cn%20%20%20%20%20%20v-if%3D%5C%22isWordLimitVisible%20%26%26%20type%20%3D%3D%3D%20'textarea'%5C%22%5Cr%5Cn%20%20%20%20%20%20class%3D%5C%22el-input__count%5C%22%5Cr%5Cn%20%20%20%20%20%20%3E%7B%7B%20textLength%20%7D%7D%2F%7B%7B%20upperLimit%20%7D%7D%3C%2Fspan%5Cr%5Cn%20%20%20%20%3E%22%2C%22options%22%3A%7B%22mode%22%3A%22module%22%2C%22prefixIdentifiers%22%3Afalse%2C%22optimizeBindings%22%3Afalse%2C%22hoistStatic%22%3Afalse%2C%22cacheHandlers%22%3Afalse%2C%22scopeId%22%3Anull%7D%7D
Open the link and check the prompt.
<span v-if="isWordLimitVisible && type === 'textarea'" class="el-input__count" >{{ textLength }}/{{ upperLimit }}</span >
Parse success
Throw parse error:
Vue template compilation error: Element is missing end tag.
The text was updated successfully, but these errors were encountered:
fix(compiler-core): add \r to accepted chars after end tag name
545fbf3
close vuejs#1476
fix(compiler-core): add \r to accepted chars after end tag name (#1515
\r
64e2f46
) fix #1476
Successfully merging a pull request may close this issue.
Version
3.0.0-beta.17
Reproduction link
https://vue-next-template-explorer.netlify.app/#%7B%22src%22%3A%22%20%20%20%20%3Cspan%5Cr%5Cn%20%20%20%20%20%20v-if%3D%5C%22isWordLimitVisible%20%26%26%20type%20%3D%3D%3D%20'textarea'%5C%22%5Cr%5Cn%20%20%20%20%20%20class%3D%5C%22el-input__count%5C%22%5Cr%5Cn%20%20%20%20%20%20%3E%7B%7B%20textLength%20%7D%7D%2F%7B%7B%20upperLimit%20%7D%7D%3C%2Fspan%5Cr%5Cn%20%20%20%20%3E%22%2C%22options%22%3A%7B%22mode%22%3A%22module%22%2C%22prefixIdentifiers%22%3Afalse%2C%22optimizeBindings%22%3Afalse%2C%22hoistStatic%22%3Afalse%2C%22cacheHandlers%22%3Afalse%2C%22scopeId%22%3Anull%7D%7D
Steps to reproduce
Open the link and check the prompt.
What is expected?
Parse success
What is actually happening?
Throw parse error:
The text was updated successfully, but these errors were encountered: