feat(Cell): allow to disable clickable when using is-link (#7923)

This commit is contained in:
neverland
2021-01-16 19:24:00 +08:00
committed by GitHub
parent ac1bb94343
commit aeb3af4abd
4 changed files with 17 additions and 4 deletions
+1 -1
View File
@@ -149,7 +149,7 @@ app.use(CellGroup);
| to | 点击后跳转的目标路由对象,同 vue-router 的 [to 属性](https://router.vuejs.org/zh/api/#to) | _string \| object_ | - |
| border | 是否显示内边框 | _boolean_ | `true` |
| replace | 是否在跳转时替换当前页面历史 | _boolean_ | `false` |
| clickable | 是否开启点击反馈 | _boolean_ | `false` |
| clickable | 是否开启点击反馈 | _boolean_ | `null` |
| is-link | 是否展示右侧箭头并开启点击反馈 | _boolean_ | `false` |
| required | 是否显示表单必填星号 | _boolean_ | `false` |
| center | 是否使内容垂直居中 | _boolean_ | `false` |