fix a bug in ie11
This commit is contained in:
@@ -13,7 +13,7 @@ export default {
|
|||||||
handler(editor) {
|
handler(editor) {
|
||||||
if (editor && editor.element) {
|
if (editor && editor.element) {
|
||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
this.$el.append(editor.element.firstChild)
|
this.$el.appendChild(editor.element.firstChild)
|
||||||
editor.setParentComponent(this)
|
editor.setParentComponent(this)
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user