Explorar el Código

富文本添加源码输入选项

macro hace 4 años
padre
commit
f15f0e1ebf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/components/Tinymce/index.vue

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

@@ -19,7 +19,7 @@
   ];
   const toolbar = [
     `bold italic underline strikethrough alignleft aligncenter
-  alignright outdent indent  blockquote undo redo removeformat`,
+  alignright outdent indent  blockquote undo redo removeformat code`,
     `hr bullist numlist link image charmap	 preview anchor pagebreak
     fullscreen insertdatetime media table forecolor backcolor`
   ];