[Improvement] Radio: add label-position prop (#1446)

This commit is contained in:
neverland
2018-07-09 21:27:13 +08:00
committed by GitHub
parent b5b25ac923
commit 8c7dc1e622
4 changed files with 11 additions and 2 deletions
+1
View File
@@ -61,6 +61,7 @@ export default {
| name | Radio name | `any` | - |
| disabled | Whether to disable radio | `Boolean` | `false` |
| label-disabled | Whether to disable label click | `Boolean` | `false` |
| label-position | Can be set to `left` | `String` | `right` |
### RadioGroup API