lxf hace 1 año
padre
commit
5a85cf5ade
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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" }],