This commit is contained in:
ap 2021-12-06 18:05:02 +08:00
parent 6620e99d4a
commit c09d53da0d

View File

@ -157,7 +157,7 @@ export default [
{ {
test: ["rich", "text", "html", "content"], test: ["rich", "text", "html", "content"],
form: { form: {
name: "el-editor-quill", name: "cl-editor-quill",
props: { props: {
height: 400 height: 400
} }
@ -166,7 +166,7 @@ export default [
{ {
test: ["code", "codes"], test: ["code", "codes"],
form: { form: {
name: "el-codemirror", name: "cl-codemirror",
props: { props: {
height: 400 height: 400
} }