We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
You can continue the conversation there. Go to discussion →
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
# Guide This is guide page. <div>
当我使用 div 标签,没有闭合标签结尾的时候,就出现下面的错误。
这种情况怎么解决?比如Java 中的泛型 List<String> 也会遇到这样问题。 问题的原因是 md 文件被解析成了vue 文件,而vue 文件中 template是不能存在没有闭合的 html 标签的。
List<String>
目前可以使用下面的方式解决。有其他更好的方式吗?
`<div>`
The text was updated successfully, but these errors were encountered:
why do you think it's an issue?
Write some standard markdown plz.
List<string>
List\<string>
Sorry, something went wrong.
No branches or pull requests
Description
当我使用 div 标签,没有闭合标签结尾的时候,就出现下面的错误。
这种情况怎么解决?比如Java 中的泛型
List<String>
也会遇到这样问题。问题的原因是 md 文件被解析成了vue 文件,而vue 文件中 template是不能存在没有闭合的 html 标签的。
目前可以使用下面的方式解决。有其他更好的方式吗?
The text was updated successfully, but these errors were encountered: