Input: remove textarea extra close tag

pull/7702/head
Li Chuangbo 2017-10-25 13:02:46 +13:00 committed by 杨奕
parent 6d3636fbac
commit 0d9204dd89
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@
:style="textareaStyle"
@focus="handleFocus"
@blur="handleBlur"
@change="handleChange">
@change="handleChange"
:aria-label="label"
>
</textarea>