Closed netgfx closed 6 years ago
See an example of the issue here: https://codepen.io/7linternational/pen/dQoazW
This is an issue with parent library Trumbowyg itself It was working fine till v2.9.4
https://jsfiddle.net/py8y56jo/14/
You should report this issue there.
Just to confirm that the JSFiddle posted doesn't work as well.
Thats what i said mate. The jsfiddle was posted for you so that you can test it without vue.js.
I'm submitting a ... (check one with "x")
Tell about your platform
Current behavior Have added the base64 plugin (item exists on the toolbar and working), but the image is not added without any errors on the console.
Expected behavior An image to appear on the text area.
Minimal reproduction of the problem with instructions
html
<trumbowyg v-model="content" v-bind:config="config" class="form-control col-12" name="content"></trumbowyg>
js