Commit a864d506 authored by 杨奕's avatar 杨奕 Committed by GitHub

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

parent 0ae91ec3
......@@ -121,7 +121,7 @@
data() {
return {
currentValue: this.value,
currentValue: this.value || '',
textareaCalcStyle: {},
prefixOffset: null,
suffixOffset: null,
......
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