From 9df96e7629296bfba2b7f951b83508cc9e4a3935 Mon Sep 17 00:00:00 2001 From: xuqingkai Date: Mon, 29 Jan 2024 10:05:46 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E2=9C=8F=EF=B8=8F=20=20=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3=20Popover=20=E7=BB=84=E4=BB=B6=E6=96=87=E6=A1=A3?= =?UTF-8?q?=E4=B8=ADmenuclick=E7=A4=BA=E4=BE=8B=E9=94=99=E8=AF=AF=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/component/drop-menu.md | 2 +- docs/component/popover.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/component/drop-menu.md b/docs/component/drop-menu.md index 9de3fe684..7a472a286 100644 --- a/docs/component/drop-menu.md +++ b/docs/component/drop-menu.md @@ -159,7 +159,7 @@ function confirm() { ## DropdownItem Methods -通过 `this.selectComponent('#selector')` 可以获取到 DropdownItem 实例并调用实例方法 +通过设置 `ref` 可以获取到 DropdownItem 实例并调用实例方法 | 方法名 | 说明 | 参数 | 返回值 | 最低版本 | | ------ | -------- | ---- | ------ | -------- | diff --git a/docs/component/popover.md b/docs/component/popover.md index 3d33079ed..5b8d57f02 100644 --- a/docs/component/popover.md +++ b/docs/component/popover.md @@ -42,7 +42,7 @@ function handleChange1({ show }) { - **menu**(列表模式): - 文字提示框会展示成列表形式,此时 `content` 属性传入 `Array` 类型,数组内对象数据结构如下方列表所示。 - - 绑定事件 `menu-click`,在选择结束后,执行操作,列表关闭。 + - 绑定事件 `menuclick`,在选择结束后,执行操作,列表关闭。 列表模式下 `content` 数组内对象的数据结构: @@ -54,7 +54,7 @@ function handleChange1({ show }) { **注意:iconClass 属性值为组件库内部的 icon 图标名。** ```html - + 列表 ```