From c45464a30e5614151dfa84c1f530e415c1fe58ec Mon Sep 17 00:00:00 2001 From: yoon Date: Thu, 9 Jan 2025 10:57:49 +0900 Subject: [PATCH 01/20] =?UTF-8?q?=EB=A1=9C=EA=B7=B8=EC=9D=B8,=20=EB=93=B1?= =?UTF-8?q?=EB=A1=9D=EC=8B=A0=EC=B2=AD=20routes=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/router/index.js b/src/router/index.js index 30eaabd..62f695d 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -31,6 +31,11 @@ const routes = [ component: () => import('@v/user/TheLogin.vue'), meta: { layout: 'NoLayout' }, }, + { + path: '/register', + component: () => import('@v/user/TheRegister.vue'), + meta: { layout: 'NoLayout' }, + }, { path: '/sample', component: () => import('@c/calendar/SampleCalendar.vue'), From c9011329646cc1ac3e76ef1b3c3e5c3048455af0 Mon Sep 17 00:00:00 2001 From: yoon Date: Thu, 9 Jan 2025 10:58:05 +0900 Subject: [PATCH 02/20] =?UTF-8?q?userforminput=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/input/UserFormInput.vue | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/components/input/UserFormInput.vue b/src/components/input/UserFormInput.vue index d6654f6..12d8b6e 100644 --- a/src/components/input/UserFormInput.vue +++ b/src/components/input/UserFormInput.vue @@ -5,7 +5,7 @@ class="col-md-2 col-form-label" > {{ title }} - * + *
@@ -34,7 +34,7 @@ />
-
{{ title }}를 확인해주세요.
+
{{ title }}를 확인해주세요.
@@ -97,7 +97,5 @@ const updateInput = function (event) { From c9e5679bbd9114daa12ec4a24c10c32bc3ebc77a Mon Sep 17 00:00:00 2001 From: yoon Date: Thu, 9 Jan 2025 10:58:17 +0900 Subject: [PATCH 03/20] =?UTF-8?q?login=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/login/LoginForm.vue | 68 +++++++++++++++++++++++++++++ src/components/login/LogoHeader.vue | 32 ++++++++++++++ 2 files changed, 100 insertions(+) create mode 100644 src/components/login/LoginForm.vue create mode 100644 src/components/login/LogoHeader.vue diff --git a/src/components/login/LoginForm.vue b/src/components/login/LoginForm.vue new file mode 100644 index 0000000..1a5e7ab --- /dev/null +++ b/src/components/login/LoginForm.vue @@ -0,0 +1,68 @@ + + + diff --git a/src/components/login/LogoHeader.vue b/src/components/login/LogoHeader.vue new file mode 100644 index 0000000..243842f --- /dev/null +++ b/src/components/login/LogoHeader.vue @@ -0,0 +1,32 @@ + + + From 7787f77a29c547473e307c7c9efc486c953a8573 Mon Sep 17 00:00:00 2001 From: yoon Date: Thu, 9 Jan 2025 10:58:27 +0900 Subject: [PATCH 04/20] =?UTF-8?q?login=20view=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/user/TheLogin.vue | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/views/user/TheLogin.vue diff --git a/src/views/user/TheLogin.vue b/src/views/user/TheLogin.vue new file mode 100644 index 0000000..d98d246 --- /dev/null +++ b/src/views/user/TheLogin.vue @@ -0,0 +1,15 @@ + + + + + From 372d12edb759efe778dab110b954b2a2af80637b Mon Sep 17 00:00:00 2001 From: yoon Date: Thu, 9 Jan 2025 13:44:46 +0900 Subject: [PATCH 05/20] =?UTF-8?q?LogoHeader=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/user/TheLogin.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/user/TheLogin.vue b/src/views/user/TheLogin.vue index d98d246..20987e7 100644 --- a/src/views/user/TheLogin.vue +++ b/src/views/user/TheLogin.vue @@ -1,7 +1,7 @@