We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eccdbc commit 82bb078Copy full SHA for 82bb078
lib/components/form-radio-group.vue
@@ -28,7 +28,7 @@
28
29
export default {
30
mixins: [idMixin, formMixin, formSizeMixin, formStateMixin, formCustomMixin, formOptionsMixin],
31
- components: [bFormRadio],
+ components: { bFormRadio },
32
data() {
33
return {
34
localChecked: this.checked,
0 commit comments