Skip to content

Commit de64fad

Browse files
fix: [RadioGroup] required
1 parent baa5138 commit de64fad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vue-primitives/src/radio-group/RadioGroupRoot.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ provideRadioGroupContext({
2929
return props.name
3030
},
3131
required() {
32-
return props.loop
32+
return props.required
3333
},
3434
disabled() {
3535
return props.disabled

0 commit comments

Comments
 (0)