From 4bd7cc5ab1e4754dfe931a2b2c4bc224affc832d Mon Sep 17 00:00:00 2001 From: lijianan <574980606@qq.com> Date: Wed, 20 Mar 2024 21:01:57 +0800 Subject: [PATCH] Update components/progress/index.en-US.md Signed-off-by: lijianan <574980606@qq.com> --- components/progress/index.en-US.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/progress/index.en-US.md b/components/progress/index.en-US.md index 9107fab6d4b7..9639f518d0ef 100644 --- a/components/progress/index.en-US.md +++ b/components/progress/index.en-US.md @@ -65,7 +65,7 @@ Properties that shared by all types. | Property | Description | Type | Default | Version | | --- | --- | --- | --- | --- | -| steps | The total step count.When passing an object, `count` refers to the number of steps, and `space` refers to the distance between them.When passing number, the default value for `space` is 2. | number \| { count: number, space: number } | - | 5.15.4 | +| steps | The total step count.When passing an object, `count` refers to the number of steps, and `space` refers to the distance between them.When passing number, the default value for `space` is 2. | number \| { count: number, space: number } | - | 5.16.0 | | strokeColor | The color of circular progress, render gradient when passing an object | string \| { number%: string } | - | - | | strokeWidth | To set the width of the circular progress, unit: percentage of the canvas width | number | 6 | - |