diff --git a/index.html b/index.html index 3859f38..34f0162 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,7 @@
- {{ commentAlert }} - {{ textAlert }} + {{ commentAlert }} + {{ textAlert }}
-
-
- -
- - -
- - - + + + +
+
+
+
+ {{ passwordAlert }} + {{ passwordAlert2 }} +
+
- {{ passwordAlert }} - {{ passwordAlert2 }} @@ -136,6 +148,11 @@ resetCommentForm(); }; + // 비밀번호 경고 초기화 + const pwd2AlertHandler = () => { + if (isCheck.value === false) passwordAlert2.value = ''; + }; + // 입력 필드 리셋 함수 추가 const resetCommentForm = () => { comment.value = ''; diff --git a/src/components/button/ScrollTopButton.vue b/src/components/button/ScrollTopButton.vue new file mode 100644 index 0000000..10efb93 --- /dev/null +++ b/src/components/button/ScrollTopButton.vue @@ -0,0 +1,32 @@ + + + + diff --git a/src/components/commuters/CommuterBtn.vue b/src/components/commuters/CommuterBtn.vue index f4738f5..ff46675 100644 --- a/src/components/commuters/CommuterBtn.vue +++ b/src/components/commuters/CommuterBtn.vue @@ -1,7 +1,6 @@