docs: update numeric type

This commit is contained in:
陈嘉涵
2020-01-29 10:11:09 +08:00
parent 36ba412f70
commit c6f424baa7
85 changed files with 197 additions and 197 deletions
+2 -2
View File
@@ -112,8 +112,8 @@ export default {
|------|------|------|------|
| v-model | Current rate | *number* | - |
| count | Count | *number* | `5` |
| size | Icon size| *string \| number* | `20px` |
| gutter | Icon gutter | *string \| number* | `4px` |
| size | Icon size| *number \| string* | `20px` |
| gutter | Icon gutter | *number \| string* | `4px` |
| color | Selected color | *string* | `#ffd21e` |
| void-color | Void color | *string* | `#c8c9cc` |
| disabled-color | Disabled color | *string* | `#bdbdbd` |
+2 -2
View File
@@ -112,8 +112,8 @@ export default {
|------|------|------|------|
| v-model | 当前分值 | *number* | - |
| count | 图标总数 | *number* | `5` |
| size | 图标大小,默认单位为`px` | *string \| number* | `20px` |
| gutter | 图标间距,默认单位为`px` | *string \| number* | `4px` |
| size | 图标大小,默认单位为`px` | *number \| string* | `20px` |
| gutter | 图标间距,默认单位为`px` | *number \| string* | `4px` |
| color | 选中时的颜色 | *string* | `#ffd21e` |
| void-color | 未选中时的颜色 | *string* | `#c8c9cc` |
| disabled-color | 禁用时的颜色 | *string* | `#bdbdbd` |