fix: 대체된 사용자 아이템 보존 및 상태 표시
This commit is contained in:
@@ -25,6 +25,7 @@ const props = defineProps({
|
||||
>
|
||||
{{ item.sourceLabel }}
|
||||
</span>
|
||||
<span v-if="item.replacedAt" class="customItemCard__badge customItemCard__badge--replaced">대체됨</span>
|
||||
<img class="customItemCard__image" :src="toApiUrl(item.src)" :alt="item.label" />
|
||||
<div class="customItemCard__title" :title="item.label">{{ item.label }}</div>
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user