lsw 10 月之前
父節點
當前提交
c5b2910e11
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      admin-ui/src/components/editor.vue

+ 1 - 1
admin-ui/src/components/editor.vue

@@ -31,7 +31,7 @@ export default {
           'fullscreen preview code | undo redo | lineheight bold italic underline strikethrough | alignleft aligncenter alignright alignjustify | numlist bullist | upfile image axupimgs media importword table | formatselect fontselect fontsizeselect forecolor backcolor | indent outdent | superscript subscript | removeformat | wordcount | help',
         toolbar_drawer: 'sliding',
         quickbars_selection_toolbar: 'removeformat | bold italic underline strikethrough | fontsizeselect forecolor backcolor',
-        plugins: 'paste preview code lineheight wordcount upfile image axupimgs imagetools media table lists fullscreen quickbars help',
+        plugins: 'preview code lineheight wordcount upfile image axupimgs imagetools media table lists fullscreen quickbars help',
         language: 'zh_CN',
         content_style: 'img {max-width:100%;}', //编辑器内限制图片大小
         convert_urls: false,