Skip to content

Commit

Permalink
Update src/content/reference/react-dom/components/progress.md
Browse files Browse the repository at this point in the history
Co-authored-by: Xleine <919143384@qq.com>
  • Loading branch information
Yucohny and Xleine committed Jun 23, 2023
1 parent 6e0d0fc commit 69bf4df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/reference/react-dom/components/progress.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ title: "<progress>"
除此之外,`<progress>` 还支持以下属性:

- [`max`](https://developer.mozilla.org/zh-CN/docs/Web/HTML/Element/progress#attr-max):一个数字,表示指定的最大 `value`。默认值为 `1`
- [`value`](https://developer.mozilla.org/zh-CN/docs/Web/HTML/Element/progress#attr-value):一个介于 `0``max` 之间的数字。如果不确定具体的进度,那么该值可以为 `null``value` 表示完成了多少进度。
- [`value`](https://developer.mozilla.org/zh-CN/docs/Web/HTML/Element/progress#attr-value):一个介于 `0``max` 之间的数字。如果不确定具体的进度,那么该值可以为 `null``value` 表示完成了多少进度。

---

Expand Down

0 comments on commit 69bf4df

Please sign in to comment.