From bfc5512d8429ef37c6626a3e87382eef1a9c9ad9 Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Wed, 19 Aug 2020 17:58:44 +0200 Subject: [PATCH] fall back to default value in data --- docs/src/demos/ReadOnly/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/demos/ReadOnly/index.vue b/docs/src/demos/ReadOnly/index.vue index c8cd06d5..3d1135fb 100644 --- a/docs/src/demos/ReadOnly/index.vue +++ b/docs/src/demos/ReadOnly/index.vue @@ -25,7 +25,7 @@ export default { mounted() { this.editor = new Editor({ - editable: false, + editable: this.editable, content: `

This text is read-only. You are not able to edit something. Links to fancy websites are still working.