[improvement] Rate: add readonly prop (#1731)

This commit is contained in:
neverland
2018-08-30 21:27:10 +08:00
committed by GitHub
parent ad5ca640e0
commit 3bec1de55d
3 changed files with 7 additions and 7 deletions
+2 -1
View File
@@ -52,8 +52,9 @@ export default {
| size | Icon size (px) | `Number` | `20` |
| color | Selected color | `String` | `#ffd21e` |
| void-color | Void color | `String` | `#c7c7c7` |
| disabled-color | Disabled color | `String` | `#bdbdbd` |
| readonly | Whether to be readonly | `Boolean` | `false` |
| disabled | Whether to disable rate | `Boolean` | `false` |
| disabled-color | Disabled color | `String` | `#bdbdbd` |
### Event