Element: el-input type="textarea" 设置rows,vue警告类型错误

Created on 27 Apr 2017  ·  2Comments  ·  Source: ElemeFE/element

vue 警告类型错误

el-input type="textarea" 设置rows,vue警告类型错误:

<el-input type="textarea" rows=3></el-input>

chrome控制台会一直报以下警告:

[Vue warn]: Invalid prop: type check failed for prop "rows". Expected Number, got String. 
(found in <ElInput>)

Most helpful comment

<el-input type="textarea" :rows=3></el-input>

All 2 comments

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>
Was this page helpful?
0 / 5 - 0 ratings

Related issues

akaylh picture akaylh  ·  3Comments

FranzSkuffka picture FranzSkuffka  ·  3Comments

fscardua picture fscardua  ·  3Comments

no5no6 picture no5no6  ·  3Comments

smallpath picture smallpath  ·  3Comments