From 563f4a2a9083b781e34a9756782a61423ad5b2af Mon Sep 17 00:00:00 2001 From: Jose Garcia <54786476+Tauromachian@users.noreply.github.com> Date: Sun, 5 Jan 2025 16:47:40 -0500 Subject: [PATCH] docs(VBadge): set badge specific description for the modelValue --- packages/api-generator/src/locale/en/VBadge.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/api-generator/src/locale/en/VBadge.json b/packages/api-generator/src/locale/en/VBadge.json index fccd3c70d29..c52c270e38d 100644 --- a/packages/api-generator/src/locale/en/VBadge.json +++ b/packages/api-generator/src/locale/en/VBadge.json @@ -8,7 +8,8 @@ "label": "The **aria-label** used for the badge.", "max": "Sets the maximum number allowed when using the **content** prop with a `number` like value. If the content number exceeds the maximum value, a `+` suffix is added.", "offsetX": "Offset the badge on the x-axis.", - "offsetY": "Offset the badge on the y-axis." + "offsetY": "Offset the badge on the y-axis.", + "modelValue": "Controls whether the component is visible or hidden." }, "slots": { "badge": "The slot used for the badge's content."