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

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

Open sedna16 opened this issue 6 years ago • 2 comments

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

sedna16 avatar Aug 04 '18 08:08 sedna16

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

amurrell avatar Aug 17 '18 18:08 amurrell

@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";

MrSunshyne avatar Sep 21 '18 14:09 MrSunshyne