feat(Rate): count can be string

This commit is contained in:
陈嘉涵
2020-01-30 09:57:04 +08:00
parent e0cbe958a3
commit ad6087770d
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ export default {
| Attribute | Description | Type | Default |
|------|------|------|------|
| v-model | Current rate | *number* | - |
| count | Count | *number* | `5` |
| count | Count | *number \| string* | `5` |
| size | Icon size| *number \| string* | `20px` |
| gutter | Icon gutter | *number \| string* | `4px` |
| color | Selected color | *string* | `#ffd21e` |