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