We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7436402 commit b0c8477Copy full SHA for b0c8477
src/components/Item.vue
@@ -1,7 +1,7 @@
1
<template>
2
<b-card no-body class="item-card" :class="classes" v-b-visible.400="load">
3
- <div v-if="hasImage" class="card-img-wrapper">
4
- <b-card-img-lazy class="thumbnail" offset="200" v-bind="thumbnail" />
+ <div class="card-img-wrapper">
+ <b-card-img-lazy v-if="hasImage" class="thumbnail" offset="200" v-bind="thumbnail" />
5
</div>
6
<b-card-body>
7
<b-card-title>
0 commit comments