fall back to default value in data

This commit is contained in:
Hans Pagel
2020-08-19 17:58:44 +02:00
parent 99f3f1889b
commit bfc5512d84

View File

@@ -25,7 +25,7 @@ export default {
mounted() { mounted() {
this.editor = new Editor({ this.editor = new Editor({
editable: false, editable: this.editable,
content: ` content: `
<p> <p>
This text is <strong>read-only</strong>. You are not able to edit something. <a href="https://ueber.io/">Links to fancy websites</a> are still working. This text is <strong>read-only</strong>. You are not able to edit something. <a href="https://ueber.io/">Links to fancy websites</a> are still working.