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 @@