Skip to content

Commit

Permalink
feat(Breadcrumb): modify callback functions close #4359
Browse files Browse the repository at this point in the history
  • Loading branch information
YunMeng99 committed Oct 31, 2023
1 parent d768b75 commit 23f2b78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/breadcrumb/index.en-us.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ It is used to inform the user of the current position and the position of the cu
| Param | Description | Type | Default Value |
| ---- | -------------------------------------------- | ------ | --- |
| link | The breadcrumb item link, if this property is set, the node is `<a />`, otherwise it is `<span />` | String | - |
| onClick | Click event | Function() => void
| onClick | Click event | Function (event: MouseEvent) => void
## ARIA and KeyBoard

| KeyBoard | Descripiton |
Expand Down
2 changes: 1 addition & 1 deletion docs/breadcrumb/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
| 参数 | 说明 | 类型 | 默认值 |
| ---- | -------------------------------------------- | ------ | --- |
| link | 面包屑节点链接,如果设置这个属性,则该节点为`<a />` ,否则是`<span />` | String | - |
| onClick | 单击事件 | Function() => void
| onClick | 单击事件 | Function (event: MouseEvent) => void
## 无障碍键盘操作指南

| 按键 | 说明 |
Expand Down

0 comments on commit 23f2b78

Please sign in to comment.