vue-wysiwyg icon indicating copy to clipboard operation
vue-wysiwyg copied to clipboard

do I have to config globally?

Open fengchangfight opened this issue 7 years ago • 3 comments

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

fengchangfight avatar Aug 03 '18 00:08 fengchangfight

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

camilodelvasto avatar Aug 17 '18 04:08 camilodelvasto

No...

fengchangfight avatar Aug 17 '18 06:08 fengchangfight

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

akbytnar avatar Mar 28 '19 13:03 akbytnar