[improvement]SwipeCell: add disabled prop (#1884)

This commit is contained in:
neverland
2018-10-02 17:01:29 +08:00
committed by GitHub
parent 93d8c809f9
commit a6d4d2d74a
3 changed files with 15 additions and 0 deletions
+1
View File
@@ -63,6 +63,7 @@ export default {
| left-width | 左侧滑动区域宽度 | `Number` | `0` |
| right-width | 右侧滑动区域宽度 | `Number` | `0` |
| on-close | 关闭时的回调函数 | `Function` | - |
| disabled | 是否禁用滑动 | `Boolean` | `false` |
### Slot