docs(radio-group): items only accept strings or numbers (#3781)

This commit is contained in:
GuiFernandes
2025-04-03 06:21:35 -04:00
committed by GitHub
parent 7ac17ae7e8
commit 7f1c6caa6e

View File

@@ -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
---