mycurelabs / vue-wysiwyg

A simple wysiwyg editor for Vue.js
https://mycurelabs.github.io/vue-wysiwyg/
MIT License
51 stars 13 forks source link

How to overwrite css styles of the editor? #9

Closed bahodir-annaev closed 4 years ago

bahodir-annaev commented 4 years ago

I'm using vue-wysiwyg in a .js file component (not a .vue). How can I overwrite default styles of the editor? Demo uses vuetify to accomplish this. Is there a different way?

jofftiquez commented 4 years ago

You can either override the styles from here https://github.com/mycurelabs/vue-wysiwyg/blob/196e876efcb4f159fe7fab02292197644b7270a2/src/McWysiwyg.vue#L320 or you can create global styles for now. I will consider adding an option for custom styles.

jofftiquez commented 4 years ago

See #10