minor
This commit is contained in:
parent
1b2955cd1b
commit
49326d6b8a
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ export default {
|
|||
},
|
||||
computed: {
|
||||
backgroundPreview () {
|
||||
if (this.media) {
|
||||
if (this.media && this.media.preview) {
|
||||
return {
|
||||
backgroundPosition: this.thumbnailPosition,
|
||||
backgroundImage: "url('data:image/png;base64," + this.media.preview + "')" }
|
||||
|
|
Loading…
Reference in a new issue