From 12d24fb35cee97057dcfcf817e2326a5297f60f2 Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Tue, 18 Aug 2020 22:16:00 +0200 Subject: [PATCH] add stylesheet to the read only example --- docs/src/demos/ReadOnly/index.vue | 4 +++- docs/src/demos/ReadOnly/style.scss | 4 ++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/src/demos/ReadOnly/index.vue b/docs/src/demos/ReadOnly/index.vue index b4155489..5c0f6aa0 100644 --- a/docs/src/demos/ReadOnly/index.vue +++ b/docs/src/demos/ReadOnly/index.vue @@ -52,4 +52,6 @@ export default { this.editor.destroy() }, } - \ No newline at end of file + + +