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