From fd98d3d9d49fad8d7244cae8de2264a635fe9f69 Mon Sep 17 00:00:00 2001
From: long <515897141@qq.com>
Date: 星期一, 28 二月 2022 15:55:38 +0800
Subject: [PATCH] 补充默认头像svg、添加加载失败图片显示(demo/list)

---
 src/components/WangEnduit/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/components/WangEnduit/index.vue b/src/components/WangEnduit/index.vue
index 53f61fb..5711968 100644
--- a/src/components/WangEnduit/index.vue
+++ b/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) {

--
Gitblit v1.8.0