Skip to content

Commit

Permalink
feat(tabs): add name to helper component for better debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
tmorehouse authored Nov 21, 2017
1 parent b43d7c8 commit 51ef9e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/tabs/tabs.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { idMixin } from '../../mixins'

// Helper component
const bTabButtonHelper = {
name: 'bTabButtonHelper',
props: {
content: { type: String, default: '' },
href: { type: String, default: '#' },
Expand Down

0 comments on commit 51ef9e3

Please sign in to comment.