fix: set first tab active after routing
This commit is contained in:
parent
620852a100
commit
c2ce0ed8c1
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ export default class Tab {
|
|||
|
||||
set_active() {
|
||||
this.parent.find('.nav-link').tab('show');
|
||||
this.wrapper.addClass('show');
|
||||
this.wrapper.addClass('active');
|
||||
this.frm.active_tab = this;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue