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
在我希望实现用户在弹窗中输入内容并提交时,这个功能可以让用户输入内容错误,需要重新输入时,可以重复点击按钮实现提交功能,而不用使用插槽实现一个单独的确认按钮
<van-dialog before-close="dialogNameClose" before-loading="false" />
The text was updated successfully, but these errors were encountered:
No branches or pull requests
这个功能解决了什么问题?
在我希望实现用户在弹窗中输入内容并提交时,这个功能可以让用户输入内容错误,需要重新输入时,可以重复点击按钮实现提交功能,而不用使用插槽实现一个单独的确认按钮
你期望的 API 是什么样子的?
The text was updated successfully, but these errors were encountered: