Fixed #369 - Editor readonly not working due to typo
parent
fbc7d15f5b
commit
19822e01fe
|
@ -71,7 +71,7 @@ export default {
|
|||
modules: {
|
||||
toolbar: this.$refs.toolbarElement
|
||||
},
|
||||
readOnly: this.readOnly,
|
||||
readOnly: this.readonly,
|
||||
theme: 'snow',
|
||||
formats: this.formats
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue