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