vue-wysiwyg
vue-wysiwyg copied to clipboard
Everything is enlarged when I added the <wysiwyg> on the template
Everything is enlarged and I can only see the toolbar icons which takes up the whole page.
You need to ensure that the wysiwyg css import is loading - it sounds like it's not.
@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";