ankurk91 / vue-trumbowyg

Vue.js component for Trumbowyg WYSIWYG editor :memo:
https://ankurk91.github.io/vue-trumbowyg/
MIT License
236 stars 35 forks source link

Support for placeholder? #22

Closed san-kumar closed 5 years ago

san-kumar commented 5 years ago

I'm trying to add a placeholder text to this as described here:

https://alex-d.github.io/Trumbowyg/documentation/#placeholder

But adding it as attribute isn't working. It also can't be put in the configuration.

Anyone have any idea on how to do it?

Thanks!

ankurk91 commented 5 years ago

I could not reproduce it, the placeholder works fine.


  <trumbowyg v-model="content" placeholder="here we go"></trumbowyg>