[Improvement] SwitchCell: add size prop (#1371)

This commit is contained in:
neverland
2018-07-01 07:47:14 +08:00
committed by GitHub
parent e820e072e3
commit e25dde299a
7 changed files with 17 additions and 8 deletions
+3 -2
View File
@@ -54,8 +54,9 @@ use `loading` property to keep component in loading state
|-----------|-----------|-----------|-------------|
| v-model | on-off state of the switch | `Boolean` | - |
| title | the leftside title | `String` | `''` |
| loading | whether the component is in loading state | `Boolean` | `false` |
| disabled | whether to disable the component | `Boolean` | `false` |
| loading | whether switch is loading | `Boolean` | `false` |
| disabled | whether to disable switch | `Boolean` | `false` |
| size | Size of switch | `String` | `26px` |
### Event