Skip to content

Commit

Permalink
fix(form-radio-group): Import b-form-radio
Browse files Browse the repository at this point in the history
  • Loading branch information
tmorehouse committed Sep 21, 2017
1 parent 8eccdbc commit 82bb078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/form-radio-group.vue
Expand Up @@ -28,7 +28,7 @@
export default {
mixins: [idMixin, formMixin, formSizeMixin, formStateMixin, formCustomMixin, formOptionsMixin],
components: [bFormRadio],
components: { bFormRadio },
data() {
return {
localChecked: this.checked,
Expand Down

1 comment on commit 82bb078

@Yamakaky
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you do a new beta with this fix?

Please sign in to comment.