long
2022-02-28 fd98d3d9d49fad8d7244cae8de2264a635fe9f69
src/components/WangEnduit/index.vue
@@ -138,7 +138,7 @@
    // 自定义错误提示
    this.editor.config.customAlert = function(info) {
      // info 是需要提示的内容
      self.$messagewarn(info)
      self.$messageWarn(info)
    }
    // 过滤word复制
    this.editor.config.pasteTextHandle = function(content) {