We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d367018 commit 8bfc42aCopy full SHA for 8bfc42a
src/router/index.js
@@ -39,11 +39,11 @@ const routes = [
39
name: "Association",
40
component: () => import("@/views/Association.vue"),
41
},
42
- {
43
- path: "join",
44
- name: "Join",
45
- component: () => import("@/views/Join.vue"),
46
- },
+ // {
+ // path: "join",
+ // name: "Join",
+ // component: () => import("@/views/Join.vue"),
+ // },
47
],
48
49
{
0 commit comments