From 308e0b4bf93ee059e4faca811fbe569648493a88 Mon Sep 17 00:00:00 2001 From: chansee97 Date: Thu, 26 Sep 2024 22:44:44 +0800 Subject: [PATCH] fix: rich editor error type --- src/components/custom/Editor/RichTextEditor/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/custom/Editor/RichTextEditor/index.vue b/src/components/custom/Editor/RichTextEditor/index.vue index c23397c..50abb60 100644 --- a/src/components/custom/Editor/RichTextEditor/index.vue +++ b/src/components/custom/Editor/RichTextEditor/index.vue @@ -21,7 +21,7 @@ onMounted(() => { initEditor() }) -const editorRef = useTemplateRef('editorRef') +const editorRef = useTemplateRef('editorRef') function initEditor() { const options = { modules: {