Parcourir la source

Failed to load icons报错

Bia il y a 2 ans
Parent
commit
5e6745093b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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(' | '),