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
2.1.4
Vue 3.0.11、typescript 4.1.5
https://github.com/vueComponent/ant-design-vue/blob/2.1.6/components/modal/Modal.tsx
用 ts 开发的时候,当 Modal.confirm 中传入 parentContext 时
可以正常是使用 parentContext
现在 ts 会提示 parentContext' does not exist in type 'ModalFuncProps
希望可以在官网的文档里提供一个使用 parentContext 的用例
The text was updated successfully, but these errors were encountered:
d5952c0
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.
Sorry, something went wrong.
No branches or pull requests
Version
2.1.4
Environment
Vue 3.0.11、typescript 4.1.5
Reproduction link
https://github.com/vueComponent/ant-design-vue/blob/2.1.6/components/modal/Modal.tsx
Steps to reproduce
用 ts 开发的时候,当 Modal.confirm 中传入 parentContext 时
What is expected?
可以正常是使用 parentContext
What is actually happening?
现在 ts 会提示 parentContext' does not exist in type 'ModalFuncProps
希望可以在官网的文档里提供一个使用 parentContext 的用例
The text was updated successfully, but these errors were encountered: