From 762ab787381b743b2e2bb1d8a3b7ee5aeacb7e0e Mon Sep 17 00:00:00 2001
From: long <515897141@qq.com>
Date: 星期五, 18 二月 2022 12:01:16 +0800
Subject: [PATCH] 修复命名

---
 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