디폴트 이미지 추가

This commit is contained in:
khj0414 2025-02-27 14:48:23 +09:00
parent 2eea7d3f53
commit 6942a9e063

View File

@ -7,6 +7,7 @@
class="rounded-circle user-avatar border border-3 w-px-40"
:src="`${baseUrl}upload/img/profile/${data.localVote.MEMBERPRF}`"
:style="`border-color: ${data.localVote.usercolor} !important;`"
@error="$event.target.src = '/img/icons/icon.png'"
alt="user"
/>