chmln / vue-wysiwyg

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

do I have to config globally? #76

Open fengchangfight opened 6 years ago

fengchangfight commented 6 years ago

can't I config differently on different page? say disable bold on page1 and disable image on page 2?

camilodelvasto commented 6 years ago

I'm also interested in this... did you find a way to do it?

fengchangfight commented 6 years ago

No...

akbytnar commented 5 years ago

You can use props like: <wysiwyg v-model="article" :options="{hideModules: {'justifyLeft': true}}"/>