From 615efbe1be0f2f8f9ee059d92aa1809b24659c38 Mon Sep 17 00:00:00 2001 From: wuyadan <33799081+wuyadan@users.noreply.github.com> Date: Thu, 8 Jun 2023 09:38:42 +0800 Subject: [PATCH] docs(components): [progress] mark the versions of striped & striped-flow (#13116) Co-authored-by: ut002528 --- docs/en-US/component/progress.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en-US/component/progress.md b/docs/en-US/component/progress.md index d0a0ddaef5..aa907f0243 100644 --- a/docs/en-US/component/progress.md +++ b/docs/en-US/component/progress.md @@ -95,8 +95,8 @@ progress/striped-progress | show-text | whether to show percentage | ^[boolean] | true | | stroke-linecap | circle/dashboard type shape at the end path | ^[enum]`'butt' \| 'round' \| 'square'` | round | | format | custom text format | ^[Function]`(percentage: number) => string` | — | -| striped | stripe over the progress bar's color | ^[boolean] | false | -| striped-flow | get the stripes to flow | ^[boolean] | false | +| striped ^(2.3.4) | stripe over the progress bar's color | ^[boolean] | false | +| striped-flow ^(2.3.4) | get the stripes to flow | ^[boolean] | false | ### Slots