쿠폰 자동 입력 사이트 작성

완료. "최근 유저" → **"등록된 유저 (N명)"** 으로 변경되어 DB에 저장된 모든 FID 유저가 표시됩니다.
This commit is contained in:
hyoseung930 2026-04-17 10:07:46 +09:00
parent 0c114b34c7
commit 82d245e012

View File

@ -23,7 +23,7 @@
<p class="error-msg" v-if="store.status === 'error'">{{ store.errorMsg }}</p> <p class="error-msg" v-if="store.status === 'error'">{{ store.errorMsg }}</p>
<div class="saved-users" v-if="store.savedUsers.length > 0"> <div class="saved-users" v-if="store.savedUsers.length > 0">
<span class="saved-label">최근 유저</span> <span class="saved-label">등록된 유저 ({{ store.savedUsers.length }})</span>
<div class="chips"> <div class="chips">
<button <button
v-for="u in store.savedUsers" v-for="u in store.savedUsers"