[+] Update the selected tab on event

This commit is contained in:
Hykilpikonna
2019-08-22 17:01:42 +08:00
parent 497875d56a
commit 9997080c63
+3
View File
@@ -40,5 +40,8 @@ export default class App extends Vue
{
// Debug output TODO: Remove this
console.log(tab);
// Update selected tab
this.selectedTab = tab;
}
}