Skip to content

Commit

Permalink
chore: minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
tmorehouse committed Nov 3, 2017
1 parent ff0fb62 commit 037ad08
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/button/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import bButton from './button';
import bButtonClose from './button-close';
import bLink from './link';
import { registerComponent } from '../../utils';

/* eslint-disable no-var, no-undef, guard-for-in, object-shorthand */
Expand All @@ -8,7 +9,8 @@ const components = {
bButton,
bBtn: bButton,
bButtonClose,
bBtnClose: bButtonClose
bBtnClose: bButtonClose,
bLink
};

const VuePlugin = {
Expand Down

0 comments on commit 037ad08

Please sign in to comment.