Sign up

This commit is contained in:
2024-03-13 22:12:08 +08:00
parent 95c486b8f4
commit 7d11640ddd
6 changed files with 187 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ const router = createRouter({
path: "/auth",
children: [
{ path: "sign-in", name: "auth.sign-in", component: () => import("@/views/auth/sign-in.vue") },
// { path: "sign-up", name: "auth.sign-up", component: () => import("@/views/auth/sign-up.vue") },
{ path: "sign-up", name: "auth.sign-up", component: () => import("@/views/auth/sign-up.vue") },
]
}
],