Skip to content

Commit

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

0 comments on commit 09187ea

Please sign in to comment.