feat(Swipe): add resize method (#5070)

This commit is contained in:
neverland
2019-11-21 17:11:56 +08:00
committed by GitHub
parent f6650aa1cd
commit 659eb3eefc
4 changed files with 16 additions and 12 deletions
+1
View File
@@ -161,6 +161,7 @@ Use ref to get swipe instance and call instance methods
| Name | Description | Attribute | Return value |
|------|------|------|------|
| swipeTo | Swipe to target index | index: target index, options: Options | void |
| resize | Resize swipe when container element resized | - | void |
### swipeTo Options