From 05d59901cc774cfb055a77eef0b5388bbd514f08 Mon Sep 17 00:00:00 2001 From: Perkov Andrey Date: Fri, 26 Jan 2024 10:51:52 +0700 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B1=D1=80=D0=B0=D0=BD=20=D0=BA=D1=83?= =?UTF-8?q?=D1=80=D1=81=D0=B8=D0=B2=20=D0=B8=D0=B7=20vquote?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/block/vquote/vquote.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/block/vquote/vquote.vue b/app/src/block/vquote/vquote.vue index 7611f6b..71b1da5 100644 --- a/app/src/block/vquote/vquote.vue +++ b/app/src/block/vquote/vquote.vue @@ -10,7 +10,7 @@ data(){ return { editorData:"", - customToolbar: [["bold", "italic", "underline"]] + customToolbar: [["bold", "underline"]] } } }