We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70058f2 commit 6f58e72Copy full SHA for 6f58e72
docs/component/cell.md
@@ -246,7 +246,7 @@ function handleSwitchChange({ value }) {
246
| label | 描述信息 | string | - | - | - |
247
| is-link | 是否为跳转链接 | boolean | - | false | - |
248
| to | 跳转地址 | string | - | - | - |
249
-| clickable | 开启点击反馈,is-link 默认开启 | boolean | - | false | - |
+| clickable | 点击反馈,开启 is-link 时,默认开启此选项 | boolean | - | false | - |
250
| replace | 跳转时是否替换栈顶页面 | boolean | - | false | - |
251
| size | 设置单元格大小 | string | large | - | - |
252
| title-width | 设置左侧标题宽度 | string | - | - | - |
0 commit comments