From 7f1c6caa6e728a574f26f89c0db50141c90b6e76 Mon Sep 17 00:00:00 2001 From: GuiFernandes Date: Thu, 3 Apr 2025 06:21:35 -0400 Subject: [PATCH] docs(radio-group): items only accept strings or numbers (#3781) --- docs/content/3.components/radio-group.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/3.components/radio-group.md b/docs/content/3.components/radio-group.md index 391e9511..29328c64 100644 --- a/docs/content/3.components/radio-group.md +++ b/docs/content/3.components/radio-group.md @@ -17,7 +17,7 @@ Use the `v-model` directive to control the value of the RadioGroup or the `defau ### Items -Use the `items` prop as an array of strings, numbers or booleans: +Use the `items` prop as an array of strings or numbers: ::component-code ---