Skip to content

Commit 6f58e72

Browse files
docs: ✏️ 优化 Cell 关于 clickable 和 is-link 的介绍
1 parent 70058f2 commit 6f58e72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/component/cell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ function handleSwitchChange({ value }) {
246246
| label | 描述信息 | string | - | - | - |
247247
| is-link | 是否为跳转链接 | boolean | - | false | - |
248248
| to | 跳转地址 | string | - | - | - |
249-
| clickable | 开启点击反馈,is-link 默认开启 | boolean | - | false | - |
249+
| clickable | 点击反馈,开启 is-link 时,默认开启此选项 | boolean | - | false | - |
250250
| replace | 跳转时是否替换栈顶页面 | boolean | - | false | - |
251251
| size | 设置单元格大小 | string | large | - | - |
252252
| title-width | 设置左侧标题宽度 | string | - | - | - |

0 commit comments

Comments
 (0)