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.0.0-beta.12
vue3.0.2 Chrome86.0.4240.75
https://2x.antdv.com/components/form-cn/
<a-form ref="ruleForm" :model="{ name: '' }" :rules="{name: [{required: true,message: 'Please input Activity name',trigger: 'blur'}]}" :label-col="{ span: 4 }" :wrapper-col="{ span: 14 }" > <a-form-item ref="name" label="Activity name" name="name"> <a-input allow-clear /> </a-form-item> </a-form>
样式修改
错误提示时样式显示有问题
The text was updated successfully, but these errors were encountered:
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.
John60676
No branches or pull requests
Version
2.0.0-beta.12
Environment
vue3.0.2 Chrome86.0.4240.75
Reproduction link
https://2x.antdv.com/components/form-cn/
Steps to reproduce
What is expected?
样式修改
What is actually happening?
错误提示时样式显示有问题
The text was updated successfully, but these errors were encountered: