[Improvement] Swipe: add touchable prop (#975)
This commit is contained in:
@@ -84,9 +84,10 @@ export default {
|
||||
| autoplay | Autoplay interval (ms) | `Number` | - | - |
|
||||
| duration | Animation duration (ms) | `Number` | `500` | - |
|
||||
| loop | Whether to enable loop | `Boolean` | `true` | - |
|
||||
| vertical | Vertical Scrolling | `Boolean` | `false` | - |
|
||||
| touchable | Whether touchable | `Boolean` | `true` | - |
|
||||
| show-indicators | Whether to show indocators | `Boolean` | `true` | - |
|
||||
| initial-swipe | Index of initial swipe, start from 0 | `Number` | `0` | - |
|
||||
| vertical | Vertical Scrolling | `Boolean` | `false` | - |
|
||||
|
||||
### Event
|
||||
|
||||
|
||||
Reference in New Issue
Block a user