save editor dom element before destroy
This commit is contained in:
@@ -25,4 +25,8 @@ export default {
|
||||
return createElement('div')
|
||||
},
|
||||
|
||||
beforeDestroy() {
|
||||
this.editor.element = this.$el
|
||||
},
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user