We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
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
[vue] ElementUI是怎么做表单验证的?在循环里对每个input验证怎么做呢?
The text was updated successfully, but these errors were encountered:
model 绑定表单数据 通过prop 取表单数值,根据rule取form-item rules 或则rules[prop]校验
Sorry, something went wrong.
model 绑定表单数据,通过prop取表单数值,通过编写ref进行后台API验证 ,根据rules进行表单内容验证
model
prop
ref
rules
No branches or pull requests
[vue] ElementUI是怎么做表单验证的?在循环里对每个input验证怎么做呢?
The text was updated successfully, but these errors were encountered: