mirror of
https://github.com/filegator/filegator.git
synced 2025-08-17 00:23:59 +02:00
img lazyload
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
<div v-if="images.length > 1" class="column is-one-fifth sidebox">
|
||||
<ul>
|
||||
<li v-for="(image, index) in images" :key="index">
|
||||
<img :src="imageSrc(image.path)" @click="currentItem = image">
|
||||
<img v-lazy="imageSrc(image.path)" @click="currentItem = image">
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user