From 2300c59f432bf89f41dbe574bb2a4143c57acddf Mon Sep 17 00:00:00 2001 From: hyoseung930 <35983843+hyoseung930@users.noreply.github.com> Date: Fri, 17 Apr 2026 10:32:18 +0900 Subject: [PATCH] =?UTF-8?q?=EC=BF=A0=ED=8F=B0=20=EC=9E=90=EB=8F=99=20?= =?UTF-8?q?=EC=9E=85=EB=A0=A5=20=EC=82=AC=EC=9D=B4=ED=8A=B8=20=EC=9E=91?= =?UTF-8?q?=EC=84=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 배포 완료. 이제 **등록된 유저** 섹션 상단에 검색창이 생겨서 닉네임/FID로 필터링됩니다. --- front/src/views/HomeView.vue | 138 +++++++---------------------------- 1 file changed, 26 insertions(+), 112 deletions(-) diff --git a/front/src/views/HomeView.vue b/front/src/views/HomeView.vue index d919a53..7d64d70 100644 --- a/front/src/views/HomeView.vue +++ b/front/src/views/HomeView.vue @@ -8,10 +8,16 @@
-

등록된 유저 ({{ store.savedUsers.length }}명)

-
+

등록된 유저 ({{ filteredUsers.length }}명)

+ +
-

등록된 유저가 없습니다.

+

결과가 없습니다.

-
- - -
- -
+
🎁 쿠폰 받기
- -
-
- -
- -
-
-
-

{{ store.errorMsg }}

@@ -92,19 +66,23 @@