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 }