fix(Radio): failed to bind group
This commit is contained in:
@@ -22,7 +22,10 @@ export default defineComponent({
|
||||
role: String,
|
||||
parent: Object,
|
||||
checked: Boolean,
|
||||
bindGroup: Boolean,
|
||||
bindGroup: {
|
||||
type: Boolean,
|
||||
default: true,
|
||||
},
|
||||
bem: {
|
||||
type: Function,
|
||||
required: true,
|
||||
|
||||
Reference in New Issue
Block a user