From 7304b9f03bfd0385d84f9473db10a135f835b8a4 Mon Sep 17 00:00:00 2001 From: yoon Date: Thu, 6 Feb 2025 09:24:13 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B9=84=EB=B0=80=EB=B2=88=ED=98=B8=20?= =?UTF-8?q?=EC=9E=AC=EC=84=A4=EC=A0=95=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/user/FindPassword.vue | 162 +++++++++++++++++++++++++++ src/router/index.js | 6 + src/views/user/ThePassword.vue | 16 +++ 3 files changed, 184 insertions(+) create mode 100644 src/views/user/ThePassword.vue diff --git a/src/components/user/FindPassword.vue b/src/components/user/FindPassword.vue index e69de29..d4e7bca 100644 --- a/src/components/user/FindPassword.vue +++ b/src/components/user/FindPassword.vue @@ -0,0 +1,162 @@ + + + diff --git a/src/router/index.js b/src/router/index.js index 3d06bf2..0c6965f 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -51,6 +51,12 @@ const routes = [ component: () => import('@v/user/TheRegister.vue'), meta: { layout: 'NoLayout', requiresGuest: true }, }, + { + path: '/pw', + name: 'Password', + component: () => import('@v/user/ThePassword.vue'), + meta: { layout: 'NoLayout', requiresGuest: true }, + }, { path: '/vacation', component: () => import('@v/vacation/VacationManagement.vue'), diff --git a/src/views/user/ThePassword.vue b/src/views/user/ThePassword.vue new file mode 100644 index 0000000..854fbb0 --- /dev/null +++ b/src/views/user/ThePassword.vue @@ -0,0 +1,16 @@ + + + + +