[+] Set state on start

This commit is contained in:
Hykilpikonna
2019-10-14 16:34:39 -04:00
parent d23446b409
commit 5afc0aebd5
+3
View File
@@ -98,6 +98,9 @@ export default class App extends Vue
{
// Show splash
console.log(Constants.SPLASH);
// Set history state (TODO: Dynamically detect initial url
window.history.replaceState({lastTab: 'overall'}, '', '/overall');
}
/**