[F] Use absolute path for history

This commit is contained in:
Hykilpikonna
2019-10-14 09:40:18 -04:00
parent 06db7f48bd
commit 349683de24
+1 -1
View File
@@ -265,7 +265,7 @@ export default class App extends Vue
this.selectedTab = tab;
// Check url
let url = tab;
let url = `/${tab}`;
// Push history state
window.history.pushState({}, '', url);