lxf 1 년 전
부모
커밋
5a85cf5ade
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/Editor/index.vue

+ 1 - 1
src/components/Editor/index.vue

@@ -49,7 +49,7 @@ const data = reactive({
       toolbar: [
         ["bold", "italic", "underline", "strike"],
         [{ size: ["small", false, "large", "huge"] }],
-        [{ font: [] }],
+        // [{ font: [] }],
         [{ align: [] }],
         [{ list: "ordered" }, { list: "bullet" }],
         [{ indent: "-1" }, { indent: "+1" }],