aboutsummaryrefslogtreecommitdiff
path: root/src-vue/src/main.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src-vue/src/main.ts')
-rw-r--r--src-vue/src/main.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src-vue/src/main.ts b/src-vue/src/main.ts
index 758fe747..cd1936b2 100644
--- a/src-vue/src/main.ts
+++ b/src-vue/src/main.ts
@@ -40,7 +40,6 @@ const router = createRouter({
routes, // short for `routes: routes`
});
app.use(router);
-router.push({path: '/'});
app.mount('#app')