@@ -33,6 +33,7 @@ class Wangedit extends React.Component {
}
this.editor.customConfig.zIndex = 100
+ this.editor.customConfig.uploadImgShowBase64 = true
this.editor.create()
this.editor.txt.html(this.props.value)