From e274370ead35b98517ab4fa9acb75eaf463ff498 Mon Sep 17 00:00:00 2001 From: btea <2356281422@qq.com> Date: Fri, 5 Jun 2026 09:20:13 +0800 Subject: [PATCH] docs: correct the example of usage the value parameter in badge --- docs/content/2.guide/6.badges.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/2.guide/6.badges.md b/docs/content/2.guide/6.badges.md index 4f8d62ebff..f249ffafa4 100644 --- a/docs/content/2.guide/6.badges.md +++ b/docs/content/2.guide/6.badges.md @@ -78,7 +78,7 @@ Overrides the default label text. You can pass any string to customize the label Overrides the default value text of the badge. You can pass any string to customize the value displayed on the right half of the badge. - **Default**: Calculated values depending on the badge type (e.g., "v4.2.0", "5.4M"). -- **Usage**: `?label=YOUR_LABEL` +- **Usage**: `?value=YOUR_VALUE` ### `labelColor`