react 基于wangeditor 封装富文本编辑器
import React, { Component } from 'react';import E from 'wangeditor';import styles from './index.less';// import xss from 'xss';const editorConfig = { menus: [ 'head', // 标题 'bold', //...