Closed roarkmccolgan closed 8 years ago
same problem here, have you found anything to solve that?
Unfortunately not, looking at the source this component seems to be pulling in a much earlier version of quill (0.something, when they are now on 1.1)
I "think" the cdn version of the snow theme has now been updated so none of the classes display as they should.
Genius!
Use this CSS and you get the items:
https://cdnjs.cloudflare.com/ajax/libs/quill/0.20.1/quill.snow.min.css
Opened #10 with a fix in the readme.
Great! Thanks for investigating. I actually moved on to a standalone editor CKE Editor but liked quill and the fact that this component existed better so might revert back
On Mon, Oct 17, 2016 at 4:01 PM Daniel Winter notifications@github.com wrote:
Genius!
Use this CSS and you get the items:
https://cdnjs.cloudflare.com/ajax/libs/quill/0.20.1/quill.snow.min.css
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/CroudSupport/vue-quill/issues/9#issuecomment-254215929, or mute the thread https://github.com/notifications/unsubscribe-auth/ABfpujZ7wJlZBQmQvBp6zki9ZdMuvo2Mks5q03-4gaJpZM4KV8Ck .
The change to the readme has been merged in. Thanks for this, it must have changed since we created the instructions in the readme.
Cheers Brock
Hi,
The quill editor is loading however there are no controls in the toolbar. How do I show the icons/buttons like Bold, Italic, etc?
Thanks!