Skip to content

Commit f4ee26d

Browse files
committed
fix
1 parent 6781ebe commit f4ee26d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/crud/components/ImageContainer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
'imageContainer'
3939
]),
4040
image() {
41-
return this.filesPath + this.imageContainer.item.path + '/' + this.imageContainer.item.filename
41+
return this.imageContainer.show ? this.filesPath + this.imageContainer.item.path + '/' + this.imageContainer.item.filename : ''
4242
}
4343
},
4444
filters: {

0 commit comments

Comments
 (0)