From bf774bbd4e18a207c48be83f20fbaccc0d8203e6 Mon Sep 17 00:00:00 2001 From: morning-star <1453017105@qq.com> Date: Thu, 30 Nov 2023 23:18:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=20util=20=E6=A8=A1=E5=9D=97?= =?UTF-8?q?=E6=96=87=E6=A1=A3=20(#1435)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/util/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/util/index.md b/docs/util/index.md index cc559f87..f1607670 100644 --- a/docs/util/index.md +++ b/docs/util/index.md @@ -216,7 +216,7 @@ util.openWin({ | options | 描述 | 类型 | 默认值 | | --- | --- | --- | --- | -| elem | 触发事件的委托元素 | string \| HTMLElement \| jQuery | - | +| elem | 触发事件的委托元素 | string \| HTMLElement \| JQuery | - | | trigger | 事件触发的方式 | string | `click` |