chmln / vue-wysiwyg

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

Everything is enlarged when I added the <wysiwyg> on the template #77

Open sedna16 opened 5 years ago

sedna16 commented 5 years ago

Everything is enlarged and I can only see the toolbar icons which takes up the whole page.

amurrell commented 5 years ago

You need to ensure that the wysiwyg css import is loading - it sounds like it's not.

MrSunshyne commented 5 years ago

@alvindimla Yeah, i encountered the same issue. Importing the css in main.js fixed this for me :

main.js

import "vue-wysiwyg/dist/vueWysiwyg.css";