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