From c09d53da0d8bcfb73c341323f20076a2a1793032 Mon Sep 17 00:00:00 2001 From: ap <951984189@qq.com> Date: Mon, 6 Dec 2021 18:05:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/config/rules.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/config/rules.ts b/build/config/rules.ts index 2b67341..ecc9199 100644 --- a/build/config/rules.ts +++ b/build/config/rules.ts @@ -157,7 +157,7 @@ export default [ { test: ["rich", "text", "html", "content"], form: { - name: "el-editor-quill", + name: "cl-editor-quill", props: { height: 400 } @@ -166,7 +166,7 @@ export default [ { test: ["code", "codes"], form: { - name: "el-codemirror", + name: "cl-codemirror", props: { height: 400 }