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

Tinymce support on Vue 2.1x

Results 10 vue-tinymce issues
Sort by recently updated
recently updated
newest added

when I upgrade to vuetify 2 it doesn't work! and the message "tinymce is not defined" appears on console

Using current webpack template got an error Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost:8080/themes/modern/theme.js How can I handle it? Thanks.

I use patch 4.7.13 (2018-05-16) Loading failed for the with source “http://localhost:50165/jQuery/admin/themes/modern/theme.min.js”. Thanks!

this is to adress this issue : https://github.com/j6montoya/vue-tinymce/issues/6 Thanks for your library and considering this merge.

I was experiencing the cursor jumping to the beginning of the tinymce textarea every time I did a key up. This made entering text pretty much impossible. I narrowed it...

Fixed the watch function to prevent the cursor from jumping to the start of the editor content every time the content is changed. See issue #4 Also made id property...

Had this issue but could not track it down for months, Vue was loading twice. This is due to the "main" script in package.json pointing to the minified file, rather...

Should help resolve issues #1 and #3

Followed the example but this error occurs "tinymce is not defined" on render.

I am going to replace part of my old webapp code which is old. And How Can I use this in ES5 directly? Thanks very much.