adobe-lin

检查两个地方

  • 表单需要加上ref属性
<el-form ref="form">
  • 字段域要加上prop属性
<el-form-item label="手机号" prop="mobile">

分类:

技术点:

相关文章: