Fixed #433 -Setting placeholder text for Editor / Quill component doesn't work
parent
9d466555d9
commit
e74cf13e11
|
@ -73,7 +73,8 @@ export default {
|
||||||
},
|
},
|
||||||
readOnly: this.readonly,
|
readOnly: this.readonly,
|
||||||
theme: 'snow',
|
theme: 'snow',
|
||||||
formats: this.formats
|
formats: this.formats,
|
||||||
|
placeholder: this.placeholder
|
||||||
});
|
});
|
||||||
|
|
||||||
this.renderValue(this.value);
|
this.renderValue(this.value);
|
||||||
|
|
Loading…
Reference in New Issue