From 50e91327f16a558617fd0719c6c26bad51804366 Mon Sep 17 00:00:00 2001 From: KarrDotTse <134906520+KarrDotTse@users.noreply.github.com> Date: Thu, 29 Feb 2024 09:26:12 +0800 Subject: [PATCH] Update modal.md (#143) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 打开关闭modal的事件名称写错了 --- components/modal.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/modal.md b/components/modal.md index e733bd5f..add856f6 100644 --- a/components/modal.md +++ b/components/modal.md @@ -232,7 +232,7 @@ changeLoading(true); | ----------- | ----------------------- | ---------------- | | ok | `function(e)` | 点击确定回调 | | cancel | `function(e)` | 点击取消回调 | -| open-change | `(visible:boolean)=>{}` | 打开或者关闭触发 | +| visible-change | `(visible:boolean)=>{}` | 打开或者关闭触发 | ## Slots