Commit 76673969 authored by baiyaaaaa's avatar baiyaaaaa Committed by 杨奕

fix input value binding bug

parent e5c22a7c
......@@ -48,7 +48,8 @@
<textarea
v-else
class="el-textarea__inner"
v-model="currentValue"
:value="currentValue"
@input="handleInput"
ref="textarea"
:name="name"
:placeholder="placeholder"
......
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