We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a8a02f commit cb0e889Copy full SHA for cb0e889
src/components/Tinymce/index.vue
@@ -47,7 +47,7 @@ export default {
47
watch: {
48
value(val) {
49
if (!this.hasChange && this.hasInit) {
50
- this.$nextTick(() => window.tinymce.get(this.id).setContent(val))
+ this.$nextTick(() => window.tinymce.get(this.tinymceId).setContent(val))
51
}
52
53
},
0 commit comments