forked from AkkomaGang/akkoma-fe
fixed #72
This commit is contained in:
parent
b0e0686c7f
commit
e58221fb87
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ const Attachment = {
|
||||||
loopVideo: this.$store.state.config.loopVideo,
|
loopVideo: this.$store.state.config.loopVideo,
|
||||||
showHidden: false,
|
showHidden: false,
|
||||||
loading: false,
|
loading: false,
|
||||||
img: this.type === 'image' && document.createElement('img')
|
img: fileTypeService.fileType(this.attachment.mimetype) === 'image' && document.createElement('img')
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
components: {
|
components: {
|
||||||
|
|
Loading…
Reference in a new issue