refactoring

This commit is contained in:
Philipp Kühn
2021-03-05 09:48:13 +01:00
parent 328d5a459d
commit 27b55a2c53

View File

@@ -41,9 +41,7 @@ export default {
watch: {
editable() {
this.editor.setOptions({
editable: this.editable,
})
this.editor.setEditable(this.editable)
},
},