[new feature] SwipeCell: add stop-propagation prop (#3952)

This commit is contained in:
neverland
2019-07-24 20:27:56 +08:00
committed by GitHub
parent 632e4c1d31
commit 04616b8a5f
3 changed files with 4 additions and 1 deletions
+1
View File
@@ -77,6 +77,7 @@ export default {
| disabled | Whether to disabled swipe | `boolean` | `false` |
| left-width | Width of the left swipe area | `number` | `auto` |
| right-width | Width of the right swipe area | `number` | `auto` |
| stop-propagation | Whether to stop touchmove event propagation | `boolean` | `false` |
### Slots