Commit 0d9204dd authored by Li Chuangbo's avatar Li Chuangbo Committed by 杨奕

Input: remove textarea extra close tag

parent 6d3636fb
......@@ -66,7 +66,7 @@
:style="textareaStyle"
@focus="handleFocus"
@blur="handleBlur"
@change="handleChange">
@change="handleChange"
:aria-label="label"
>
</textarea>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment