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: { watch: {
editable() { editable() {
this.editor.setOptions({ this.editor.setEditable(this.editable)
editable: this.editable,
})
}, },
}, },