Skip to content

Commit 51ef9e3

Browse files
authored
feat(tabs): add name to helper component for better debugging
1 parent b43d7c8 commit 51ef9e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/tabs/tabs.js

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import { idMixin } from '../../mixins'
33

44
// Helper component
55
const bTabButtonHelper = {
6+
name: 'bTabButtonHelper',
67
props: {
78
content: { type: String, default: '' },
89
href: { type: String, default: '#' },

0 commit comments

Comments
 (0)