mirror of
https://github.com/youzan/vant.git
synced 2026-05-05 01:00:55 +08:00
docs: update numeric type
This commit is contained in:
@@ -63,7 +63,7 @@ Use `pivot-text` to custom text,use `color` to custom bar color
|
||||
|------|------|------|------|
|
||||
| inactive | Whether to be gray | *boolean* | `false` |
|
||||
| percentage | Percentage | *number* | `0` |
|
||||
| stroke-width `v2.2.1` | Stroke width | *string \| number* | `4px` |
|
||||
| stroke-width `v2.2.1` | Stroke width | *number \| string* | `4px` |
|
||||
| show-pivot | Whether to show text | *boolean* | `true` |
|
||||
| color | Color | *string* | `#1989fa` |
|
||||
| text-color | Text color | *string* | `#fff` |
|
||||
|
||||
@@ -66,7 +66,7 @@ Vue.use(Progress);
|
||||
|------|------|------|------|
|
||||
| inactive | 是否置灰 | *boolean* | `false` |
|
||||
| percentage | 进度百分比 | *number* | `0` |
|
||||
| stroke-width `v2.2.1` | 进度条粗细,默认单位为`px` | *string \| number* | `4px` |
|
||||
| stroke-width `v2.2.1` | 进度条粗细,默认单位为`px` | *number \| string* | `4px` |
|
||||
| show-pivot | 是否显示进度文字 | *boolean* | `true` |
|
||||
| color | 进度条颜色 | *string* | `#1989fa` |
|
||||
| text-color | 进度文字颜色 | *string* | `#fff` |
|
||||
|
||||
Reference in New Issue
Block a user