[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 | Width of the left scrollable area | `Number` | `0` |
| right-width | Width of the right scrollable area | `Number` | `0` |
| on-close | Callback function before close | `Function` | - |
| disabled | Whether to disabled swipe | `Boolean` | `false` |
### Slot