docs: adjust resize method description

This commit is contained in:
chenjiahan
2020-10-29 22:46:27 +08:00
parent 2924004dd3
commit 01f3040ac7
6 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -193,8 +193,8 @@ Use [ref](https://vuejs.org/v2/api/#ref) to get Swipe instance and call instance
| --- | --- | --- | --- |
| prev `v2.4.2` | Swipe to prev item | - | - |
| next `v2.4.2` | Swipe to next item | - | - |
| swipeTo | Swipe to target index | index: target index, options: Options | void |
| resize | Resize Swipe when container element resized | - | void |
| swipeTo | Swipe to target index | index: target index, options: Options | - |
| resize | Resize Swipe when container element resized or visibility changed | - | - |
### swipeTo Options