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

Input: remove textarea extra close tag

parent 6d3636fb
...@@ -66,7 +66,7 @@ ...@@ -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>
......
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