mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-09-04 23:19:09 +08:00
✨ Feature: pictures uploaded using webdav and local path can be previewed in gallery now
ISSUES CLOSED: #64
This commit is contained in:
@@ -242,7 +242,7 @@
|
||||
@click="zoomImage(index)"
|
||||
>
|
||||
<img
|
||||
v-lazy="item.imgUrl"
|
||||
v-lazy="item.galleryPath || item.imgUrl"
|
||||
class="gallery-list__item-img"
|
||||
>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user