Merge branch 'main' into feature/live-demo

This commit is contained in:
Philipp Kühn
2020-09-30 23:11:55 +02:00
7 changed files with 199 additions and 191 deletions

View File

@@ -29,6 +29,8 @@ export default Vue.extend({
},
beforeDestroy() {
this.editor.options.element = this.$el
this.editor.setOptions({
element: this.$el,
})
},
})