el-input type="textarea" 设置rows,vue警告类型错误:
<el-input type="textarea" rows=3></el-input>
[Vue warn]: Invalid prop: type check failed for prop "rows". Expected Number, got String.
(found in <ElInput>)
Hello, this issue has been closed because it does not conform to our issue requirements. Please submit issues with issue-generator. More info can be found in #3693.
<el-input type="textarea" :rows=3></el-input>
Most helpful comment