vue-wysiwyg
vue-wysiwyg copied to clipboard
do I have to config globally?
can't I config differently on different page? say disable bold on page1 and disable image on page 2?
I'm also interested in this... did you find a way to do it?
No...
You can use props like:
<wysiwyg v-model="article" :options="{hideModules: {'justifyLeft': true}}"/>