mirror of https://github.com/ElemeFE/element
Input: remove textarea extra close tag
parent
6d3636fbac
commit
0d9204dd89
|
@ -66,7 +66,7 @@
|
|||
:style="textareaStyle"
|
||||
@focus="handleFocus"
|
||||
@blur="handleBlur"
|
||||
@change="handleChange">
|
||||
@change="handleChange"
|
||||
:aria-label="label"
|
||||
>
|
||||
</textarea>
|
||||
|
|
Loading…
Reference in New Issue