[+] Update the selected tab on event
This commit is contained in:
@@ -40,5 +40,8 @@ export default class App extends Vue
|
|||||||
{
|
{
|
||||||
// Debug output TODO: Remove this
|
// Debug output TODO: Remove this
|
||||||
console.log(tab);
|
console.log(tab);
|
||||||
|
|
||||||
|
// Update selected tab
|
||||||
|
this.selectedTab = tab;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user