Loading src/components/generic/Image.vue +1 −1 Original line number Diff line number Diff line Loading @@ -85,7 +85,7 @@ }, realSource () { if (this.src) { return this.autoSize ? this.createAutoSizeUrl() : this.src return this.autoSize ? this.createAutoSizeUrl(this.size) : this.src } if (this.fallbackTransparent) { Loading Loading
src/components/generic/Image.vue +1 −1 Original line number Diff line number Diff line Loading @@ -85,7 +85,7 @@ }, realSource () { if (this.src) { return this.autoSize ? this.createAutoSizeUrl() : this.src return this.autoSize ? this.createAutoSizeUrl(this.size) : this.src } if (this.fallbackTransparent) { Loading