From 38f7c2be3c78e2d6071c08d4558bb8b90cdaf20e Mon Sep 17 00:00:00 2001 From: Ray-D-Song Date: Thu, 26 Sep 2024 16:40:23 +0800 Subject: [PATCH] fix: quill dark mode --- src/components/custom/Editor/RichTextEditor/index.vue | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/components/custom/Editor/RichTextEditor/index.vue b/src/components/custom/Editor/RichTextEditor/index.vue index c23397c..e509892 100644 --- a/src/components/custom/Editor/RichTextEditor/index.vue +++ b/src/components/custom/Editor/RichTextEditor/index.vue @@ -105,3 +105,14 @@ onBeforeUnmount(() => editorInst = null) + +