fix(Radio): failed to bind group

This commit is contained in:
chenjiahan
2020-11-22 19:28:51 +08:00
parent 423e16b568
commit 0f7c9a317c
4 changed files with 4 additions and 25 deletions
+4 -1
View File
@@ -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,