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.1.0
IDE: Webstorm
https://unpkg.com/browse/ant-design-vue@3.1.0/vetur/web-types.json
打开链接,可以看到关于标签页组件的item应该为a-tab-pane而不是a-tabs-tab-pane;
文档正确的tag:
实际web-type.json给Webstorm识别的tag:
希望web-type.json里的tags数组能够显示正确的标签,提高开发效率
不然webstorm会提示错误的标签,如果按照文档的标签Webstorm会无法识别并提示"Unknown html tag a-xxxx"
简单看了下源码,有可能是componnet目录下的md文件title写错导致写入也出现错误
The text was updated successfully, but these errors were encountered:
sendya
No branches or pull requests
Version
3.1.0
Environment
IDE: Webstorm
Reproduction link
https://unpkg.com/browse/ant-design-vue@3.1.0/vetur/web-types.json
Steps to reproduce
打开链接,可以看到关于标签页组件的item应该为a-tab-pane而不是a-tabs-tab-pane;
文档正确的tag:
实际web-type.json给Webstorm识别的tag:
What is expected?
希望web-type.json里的tags数组能够显示正确的标签,提高开发效率
What is actually happening?
不然webstorm会提示错误的标签,如果按照文档的标签Webstorm会无法识别并提示"Unknown html tag a-xxxx"
简单看了下源码,有可能是componnet目录下的md文件title写错导致写入也出现错误
The text was updated successfully, but these errors were encountered: