From b0ed6635e50a728ee873384dbb9e01919943463f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9C=E8=89=AFking?= <2244255345@qq.com> Date: Fri, 30 Dec 2022 17:24:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8F=91=E5=B8=83=E5=95=86?= =?UTF-8?q?=E5=93=81=E6=A8=A1=E5=9D=97=20=E5=95=86=E5=93=81=E6=8F=8F?= =?UTF-8?q?=E8=BF=B0=20=E8=AF=B7=E6=B1=82=E6=95=B0=E6=8D=AE=E5=88=A0?= =?UTF-8?q?=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- seller/src/views/lili-components/editor/plugins.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seller/src/views/lili-components/editor/plugins.js b/seller/src/views/lili-components/editor/plugins.js index c78e47ea..ce18ac21 100644 --- a/seller/src/views/lili-components/editor/plugins.js +++ b/seller/src/views/lili-components/editor/plugins.js @@ -1,4 +1,4 @@ const plugins = [ - 'advlist anchor autolink autosave code codesample colorpicker colorpicker contextmenu directionality emoticons fullscreen hr image imagetools importcss insertdatetime link lists media nonbreaking noneditable pagebreak paste preview print save searchreplace spellchecker tabfocus table template textcolor textpattern visualblocks visualchars wordcount' + 'advlist anchor autolink autosave code codesample colorpicker colorpicker contextmenu directionality emoticons hr image imagetools importcss insertdatetime link lists media nonbreaking noneditable pagebreak paste preview print save searchreplace spellchecker tabfocus table template textcolor textpattern visualblocks visualchars wordcount' ] export default plugins