You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @lin15263550843. We totally like your proposal/feedback, welcome to send us a Pull Request for it. Please send your Pull Request to proper branch, fill the Pull Request Template here, provide changelog/TypeScript/documentation/test cases if needed and make sure CI passed, we will review it soon. We appreciate your effort in advance and looking forward to your contribution!
Version
1.7.2
Environment
"typescript": "3.9.3", "ant-design-vue": "1.7.2", "vuex": "3.4.0"
Reproduction link
https://www.antdv.com/components/space-cn/
Steps to reproduce
import { Space } from 'ant-design-vue'
模块 ""../../../node_modules/ant-design-vue/types"" 没有导出的成员 "Space"。你是想改用 "import Space from "../../../node_modules/ant-design-vue/types"" 吗?ts(2614)
What is expected?
可以按需导入 Space 组件
What is actually happening?
实际无法按需导入 Space 组件
The text was updated successfully, but these errors were encountered: