-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
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
Modal.confirm content create Input and change value not updates #4627
Comments
你这个场景其实应该直接写在模板里啊 |
title: () => msgData.title |
TS2322: Type 'string' is not assignable to type '() => VNodeTypes'. title、content类型校验无法判断string? |
类型要优化下 |
是我理解的有问题吗 |
前面那个是方法,返回值为VNodeTypes,类型要求没错。但是校验上有问题 |
所以?请问这个是怎么解决的啊。。 |
value 改为 defaultValue 即可 |
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. |
Version
2.2.6
Environment
Windwos11, Edge 89, Vue3.2, AntDesignVue2.2.6
Reproduction link
Steps to reproduce
use...
What is expected?
Input value not update
What is actually happening?
Input value updated
The text was updated successfully, but these errors were encountered: