Преглед изворни кода

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(' | '),