Textarea: fix undefined in ssr when v-model not set (#10630)

pull/10632/head
杨奕 2018-04-09 19:54:00 +08:00 committed by GitHub
parent 0ae91ec37f
commit a864d506aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@
data() {
return {
currentValue: this.value,
currentValue: this.value || '',
textareaCalcStyle: {},
prefixOffset: null,
suffixOffset: null,