Skip to content

Commit e2a47cb

Browse files
authored
fix(tab): minor code change
1 parent 224e8c3 commit e2a47cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/components/tab.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
mounted() {
4343
this.show = this.localActive;
44-
}
44+
},
4545
computed: {
4646
controlledBy() {
4747
return this.buttonId || (this.id ? (this.id + '__BV_tab_button__') : null);

0 commit comments

Comments
 (0)