diff --git a/src/router/index.js b/src/router/index.js index 9cafcb6..71763b8 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -44,7 +44,7 @@ const routes = [ }, ]; -const router = createRouter({ +const router = createRouter({ history: createWebHistory(), routes });