Skip to content

Commit

Permalink
router doesn't like non-existing pages
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvanmele committed Nov 26, 2024
1 parent d367018 commit 8bfc42a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/router/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ const routes = [
name: "Association",
component: () => import("@/views/Association.vue"),
},
{
path: "join",
name: "Join",
component: () => import("@/views/Join.vue"),
},
// {
// path: "join",
// name: "Join",
// component: () => import("@/views/Join.vue"),
// },
],
},
{
Expand Down

0 comments on commit 8bfc42a

Please sign in to comment.