Skip to content

Commit

Permalink
revert thumbnailPlaceholder condition
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanOXDi committed Aug 1, 2024
1 parent 4de807b commit 22936ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/KCard/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
as progressive loading experience.
-->
<span
v-if="$slots.thumbnailPlaceholder && !thumbnailSrc"
v-if="$slots.thumbnailPlaceholder"
class="thumbnail-placeholder"
>
<!-- @slot Places content to the thumbnail placeholder area. -->
Expand Down

0 comments on commit 22936ac

Please # to comment.