fix some examples

This commit is contained in:
Philipp Kühn
2018-10-22 21:40:12 +02:00
parent b913c84b58
commit 7437992dd5
6 changed files with 104 additions and 59 deletions

View File

@@ -94,5 +94,8 @@ export default {
}),
}
},
beforeDestroy() {
this.editor.destroy()
},
}
</script>