docs: fix grammar errors (#7594)

This commit is contained in:
neverland
2020-11-20 20:39:40 +08:00
committed by GitHub
parent 50f0023e9b
commit a3b9e67d36
59 changed files with 274 additions and 274 deletions
+6 -6
View File
@@ -175,15 +175,15 @@ export default {
### Swipe Events
| Event | Description | Arguments |
| ------ | ----------------------------------- | ----------------------------- |
| change | Triggered when current swipe change | index: index of current swipe |
| Event | Description | Arguments |
| ------ | ---------------------------------- | ----------------------------- |
| change | Emitted when current swipe changed | index: index of current swipe |
### SwipeItem Events
| Event | Description | Arguments |
| ----- | ---------------------- | -------------- |
| click | Triggered when clicked | _event: Event_ |
| Event | Description | Arguments |
| ----- | --------------------------------- | -------------- |
| click | Emitted when component is clicked | _event: Event_ |
### Swipe Methods