Feature: pictures uploaded using webdav and local path can be previewed in gallery now

ISSUES CLOSED: #64
This commit is contained in:
萌萌哒赫萝
2023-07-12 04:41:49 -07:00
parent da623bcd6d
commit 6a94503172
5 changed files with 40 additions and 6 deletions
+1 -1
View File
@@ -242,7 +242,7 @@
@click="zoomImage(index)"
>
<img
v-lazy="item.imgUrl"
v-lazy="item.galleryPath || item.imgUrl"
class="gallery-list__item-img"
>
</div>