remove global window.editor instance from demos

This commit is contained in:
Hans Pagel
2020-09-15 16:52:19 +02:00
parent f7f3d29fe5
commit a560a1bbb4
21 changed files with 0 additions and 42 deletions

View File

@@ -54,8 +54,6 @@ export default {
this.json = this.editor.json()
this.html = this.editor.html()
})
window.editor = this.editor
},
methods: {