docs: add version tip in en docs (#4262)

This commit is contained in:
neverland
2019-08-27 19:56:30 +08:00
committed by GitHub
parent 8ee0bef715
commit 959efb0ce6
88 changed files with 865 additions and 864 deletions
+12 -12
View File
@@ -126,18 +126,18 @@ export default {
### Swipe Props
| Attribute | Description | Type | 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 indicators | `boolean` | `true` |
| indicator-color | Indicator color | `string` | `#1989fa` |
| initial-swipe | Index of initial swipe, start from 0 | `number` | `0` |
| width | Set Swiper Item Width | `number` | `0` |
| height | Set Swiper Item Height | `number` | `0` |
| Attribute | Description | Type | Default | Version |
|------|------|------|------|------|
| 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 indicators | `boolean` | `true` | - |
| indicator-color | Indicator color | `string` | `#1989fa` | - |
| initial-swipe | Index of initial swipe, start from 0 | `number` | `0` | - |
| width | Set Swiper Item Width | `number` | `0` | - |
| height | Set Swiper Item Height | `number` | `0` | - |
### Swipe Events