chmln / vue-wysiwyg

A lightweight WYSIWYG HTML editor for Vue.js
https://chmln.github.io/vue-wysiwyg/
MIT License
555 stars 134 forks source link

Placeholder #60

Closed keradan closed 6 years ago

keradan commented 6 years ago

How to set custom placeholder?

keradan commented 6 years ago

I find that you can set placeholder like so: <wysiwyg v-model="editor_content" placeholder="custom_placeholder"/> But there is no one word about that in readme. Maybe you should give some information about props.