long
2022-02-18 762ab787381b743b2e2bb1d8a3b7ee5aeacb7e0e
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) {