summaryrefslogtreecommitdiff
path: root/src/router
diff options
context:
space:
mode:
Diffstat (limited to 'src/router')
-rw-r--r--src/router/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/router/index.ts b/src/router/index.ts
index 0f02263..b1ec72f 100644
--- a/src/router/index.ts
+++ b/src/router/index.ts
@@ -2,7 +2,7 @@ import { createRouter, createWebHistory } from 'vue-router'
import HomeView from '../views/HomeView.vue'
const router = createRouter({
- history: createWebHistory()
+ history: createWebHistory(),
routes: [
{
path: '/',