lpreterite / vue-tinymce

提供给 vue 开发者使用的 TinyMCE 组件
http://lpreterite.github.io/vue-tinymce/
MIT License
183 stars 31 forks source link

在antd vue 弹出框中会初始化失败 #42

Open zhou244740711 opened 3 years ago

zhou244740711 commented 3 years ago

在antd vue 弹出框中会初始化失败,内容框无法点击输入等等

zhou244740711 commented 3 years ago

请问有没有重新初始化的方法

lpreterite commented 3 years ago
 mounted(){
    this.editor.targetElm = this.$el
    this.editor.render()
},
updated () {
    this.editor.render()
},

参考这行