Skip to content

Commit

Permalink
Fixed #433 -Setting placeholder text for Editor / Quill component doe…
Browse files Browse the repository at this point in the history
…sn't work
  • Loading branch information
cagataycivici committed Aug 26, 2020
1 parent 9d46655 commit e74cf13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/editor/Editor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ export default {
},
readOnly: this.readonly,
theme: 'snow',
formats: this.formats
formats: this.formats,
placeholder: this.placeholder
});
this.renderValue(this.value);
Expand Down

0 comments on commit e74cf13

Please sign in to comment.