fix input value binding bug

pull/2029/head
baiyaaaaa 2016-12-26 21:37:51 +08:00 committed by 杨奕
parent e5c22a7cd0
commit 7667396907
1 changed files with 2 additions and 1 deletions

View File

@ -48,7 +48,8 @@
<textarea
v-else
class="el-textarea__inner"
v-model="currentValue"
:value="currentValue"
@input="handleInput"
ref="textarea"
:name="name"
:placeholder="placeholder"