Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Fey <info@sebastianfey.de>
  • Loading branch information
seyfeb authored and christianlupus committed Dec 21, 2020
1 parent 2b2300d commit e538271
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/LazyPicture.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</template>

<script>
import lozad from 'lozad';
import lozad from 'lozad'
export default {
name: "LazyPicture",
Expand Down Expand Up @@ -59,7 +59,7 @@ export default {
type: Boolean,
default: true,
},
};
}
},
computed: {
style() {
Expand All @@ -71,7 +71,7 @@ export default {
style.height = 0
style.paddingTop = `${this.height}px`
}
return style;
return style
},
},
mounted() {
Expand Down

0 comments on commit e538271

Please sign in to comment.