[improvement] Swipe: optimize swipe gesture (#2039)

This commit is contained in:
neverland
2018-11-06 18:56:04 +08:00
committed by GitHub
parent d237a374fe
commit 027cf624af
4 changed files with 37 additions and 14 deletions

View File

@@ -75,8 +75,8 @@ export default {
| loading | 是否为加载状态 | `Boolean` | `false` | - |
| disabled | 是否为禁用状态 | `Boolean` | `false` | - |
| size | 开关尺寸 | `String` | `30px` | 1.0.0 |
| active-color | 打开时的背景色 | `String` | `#1989fa` | 1.3.11 |
| inactive-color | 关闭时的背景色 | `String` | `#fff` | 1.3.11 |
| active-color | 打开时的背景色 | `String` | `#1989fa` | 1.4.2 |
| inactive-color | 关闭时的背景色 | `String` | `#fff` | 1.4.2 |
### Event