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
1.6.5
window10 chrome85, vue2.6
import { Space } from 'ant-design-vue'
能够正常导出,并不报错
能够正常导出,但报错:模块 ""../../../node_modules/ant-design-vue/types"" 没有导出的成员 "Space"。
The text was updated successfully, but these errors were encountered:
直接使用a-space 报未注册组件 递归组件需要使用name属性 在空白页面不是递归组件 直接调用报错
Sorry, something went wrong.
fix(d.ts): space.d.ts vueComponent#2923
70bf72c
fix(d.ts): space.d.ts #2923 typeScript definition update (#3340)
ec064fe
* fix(d.ts): space.d.ts #2923 * fix: add Space ts export
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
sendya
No branches or pull requests
Version
1.6.5
Environment
window10 chrome85, vue2.6
Reproduction link
Steps to reproduce
import { Space } from 'ant-design-vue'
What is expected?
能够正常导出,并不报错
What is actually happening?
能够正常导出,但报错:模块 ""../../../node_modules/ant-design-vue/types"" 没有导出的成员 "Space"。
The text was updated successfully, but these errors were encountered: