From f15f0e1ebf4043624cbed55c6f7b0f1222f1df3c Mon Sep 17 00:00:00 2001 From: macro Date: Sat, 23 May 2020 16:44:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=8C=E6=96=87=E6=9C=AC=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E6=BA=90=E7=A0=81=E8=BE=93=E5=85=A5=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Tinymce/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Tinymce/index.vue b/src/components/Tinymce/index.vue index d7f6ce1..f46ef67 100644 --- a/src/components/Tinymce/index.vue +++ b/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` ];