From e74cf13e11c22fa77ce3379860efecff921da3b1 Mon Sep 17 00:00:00 2001 From: cagataycivici Date: Wed, 26 Aug 2020 15:31:45 +0300 Subject: [PATCH] Fixed #433 -Setting placeholder text for Editor / Quill component doesn't work --- src/components/editor/Editor.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/editor/Editor.vue b/src/components/editor/Editor.vue index d6b1ac0ea3..507dd1d5d4 100755 --- a/src/components/editor/Editor.vue +++ b/src/components/editor/Editor.vue @@ -73,7 +73,8 @@ export default { }, readOnly: this.readonly, theme: 'snow', - formats: this.formats + formats: this.formats, + placeholder: this.placeholder }); this.renderValue(this.value);