mirror of
https://github.com/youzan/vant.git
synced 2026-01-20 07:00:14 +08:00
docs: remove earlier version tags (#7109)
This commit is contained in:
@@ -53,9 +53,9 @@ Use `pivot-text` to custom text,use `color` to custom bar color
|
||||
| Attribute | Description | Type | Default |
|
||||
| --- | --- | --- | --- |
|
||||
| percentage | Percentage | _number \| string_ | `0` |
|
||||
| stroke-width `v2.2.1` | Stroke width | _number \| string_ | `4px` |
|
||||
| stroke-width | Stroke width | _number \| string_ | `4px` |
|
||||
| color | Color | _string_ | `#1989fa` |
|
||||
| track-color `v2.2.9` | Track color | _string_ | `#e5e5e5` |
|
||||
| track-color | Track color | _string_ | `#e5e5e5` |
|
||||
| pivot-text | Pivot text | _string_ | percentage |
|
||||
| pivot-color | Pivot text background color | _string_ | inherit progress color |
|
||||
| text-color | Pivot text color | _string_ | `white` |
|
||||
|
||||
@@ -57,9 +57,9 @@ Vue.use(Progress);
|
||||
| 参数 | 说明 | 类型 | 默认值 |
|
||||
| --- | --- | --- | --- |
|
||||
| percentage | 进度百分比 | _number \| string_ | `0` |
|
||||
| stroke-width `v2.2.1` | 进度条粗细,默认单位为`px` | _number \| string_ | `4px` |
|
||||
| stroke-width | 进度条粗细,默认单位为`px` | _number \| string_ | `4px` |
|
||||
| color | 进度条颜色 | _string_ | `#1989fa` |
|
||||
| track-color `v2.2.9` | 轨道颜色 | _string_ | `#e5e5e5` |
|
||||
| track-color | 轨道颜色 | _string_ | `#e5e5e5` |
|
||||
| pivot-text | 进度文字内容 | _string_ | 百分比 |
|
||||
| pivot-color | 进度文字背景色 | _string_ | 同进度条颜色 |
|
||||
| text-color | 进度文字颜色 | _string_ | `white` |
|
||||
|
||||
Reference in New Issue
Block a user