feat(Cascader): add swipeable prop (#8383)

This commit is contained in:
neverland
2021-03-21 21:25:00 +08:00
committed by GitHub
parent 1865e06a7a
commit 71d60cdca0
6 changed files with 13 additions and 7 deletions
+3 -3
View File
@@ -104,9 +104,9 @@ app.use(Lazyload);
| src | 图片链接 | _string_ | - |
| fit | 图片填充模式 | _string_ | `fill` |
| alt | 替代文本 | _string_ | - |
| width | 宽度,默认单位为`px` | _number \| string_ | - |
| height | 高度,默认单位为`px` | _number \| string_ | - |
| radius | 圆角大小,默认单位为`px` | _number \| string_ | `0` |
| width | 宽度,默认单位为 `px` | _number \| string_ | - |
| height | 高度,默认单位为 `px` | _number \| string_ | - |
| radius | 圆角大小,默认单位为 `px` | _number \| string_ | `0` |
| round | 是否显示为圆形 | _boolean_ | `false` |
| lazy-load | 是否开启图片懒加载,须配合 [Lazyload](#/zh-CN/lazyload) 组件使用 | _boolean_ | `false` |
| show-error | 是否展示图片加载失败提示 | _boolean_ | `true` |