傅行帆 5 年 前
コミット
d072603dc1
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1
    0
      src/components/Wangedit/Wangedit.jsx

+ 1
- 0
src/components/Wangedit/Wangedit.jsx ファイルの表示

@@ -34,6 +34,7 @@ class Wangedit extends React.Component {
34 34
     }
35 35
     this.editor.customConfig.zIndex = 100
36 36
     this.editor.create()
37
+    this.editor.customConfig.uploadImgShowBase64 = true
37 38
     this.editor.txt.html(this.props.value)
38 39
   }
39 40