Fixed #433 -Setting placeholder text for Editor / Quill component doesn't work

pull/457/head
cagataycivici 2020-08-26 15:31:45 +03:00
parent 9d466555d9
commit e74cf13e11
1 changed files with 2 additions and 1 deletions

View File

@ -73,7 +73,8 @@ export default {
},
readOnly: this.readonly,
theme: 'snow',
formats: this.formats
formats: this.formats,
placeholder: this.placeholder
});
this.renderValue(this.value);