浏览代码

Failed to load icons报错

Bia 2 年之前
父节点
当前提交
5e6745093b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/report/components/ContentEditor.vue

+ 1 - 1
src/views/report/components/ContentEditor.vue

@@ -25,7 +25,7 @@ const toolbar = [
 const editInit = {
   language: 'zh_CN',
   skin: 'small',
-  icons: 'small',
+  // icons: 'small',
   plugins: 'lists link image table code help wordcount fullscreen',
   contextmenu: false,
   toolbar: toolbar.join(' | '),