From 16d7cf4332b04bdb73374a71735705635f530170 Mon Sep 17 00:00:00 2001 From: sb Date: Sat, 11 Jul 2026 15:08:50 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=EC=B2=B4=ED=81=AC=EC=9D=B8=20?= =?UTF-8?q?=EC=98=86=20=EC=8A=A4=ED=8C=9F=20=EC=B1=84=ED=8C=85=20=EB=B2=84?= =?UTF-8?q?=ED=8A=BC=20=EC=A0=9C=EA=B1=B0=20(=EB=A7=A4=EC=B9=AD=201:1=20?= =?UTF-8?q?=EC=B1=84=ED=8C=85=EB=A7=8C=20=EC=9C=A0=EC=A7=80)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 (1M context) --- src/pages/HomePage.vue | 46 +++++++++--------------------------------- 1 file changed, 10 insertions(+), 36 deletions(-) diff --git a/src/pages/HomePage.vue b/src/pages/HomePage.vue index 4db99f2..f063d8a 100644 --- a/src/pages/HomePage.vue +++ b/src/pages/HomePage.vue @@ -11,39 +11,16 @@ 백엔드에 연결하지 못했습니다. (서버 실행 여부를 확인하세요) - -
-
- -
-
- -
-
- - - + @@ -141,15 +118,12 @@ import { useAuthStore } from '@/stores/auth' import { useDogsStore } from '@/stores/dogs' import { useMatchingStore } from '@/stores/matching' import KakaoMap from '@/components/KakaoMap.vue' -import ChatDialog from '@/components/ChatDialog.vue' const $q = useQuasar() const auth = useAuthStore() const dogs = useDogsStore() const matching = useMatchingStore() -const chatOpen = ref(false) - // 체크인/매칭 주체: 로그인 회원 + 대표 강아지 const currentUserId = () => auth.member?.id ?? 0