Skip to content
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

el-form绑定数据源时v-model和:model都能绑定到值,但是前者无法通过rules #331

Open
k-07231116 opened this issue Jun 28, 2023 · 1 comment

Comments

@k-07231116
Copy link

// rules无法通过校验
<el-form
    v-model="authorityForm"
    :rules="rules"
  >
// 可以通过
<el-form
    :model="authorityForm"
    :rules="rules"
  >
@GitHub-Of-WangQiang
Copy link

因为element-ui官方文档中让你写的属性就是:model呀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants