folder: remove broken call
Signed-off-by: Varun Patil <radialapps@gmail.com>pull/672/head
parent
985bcee976
commit
e43a8b17ea
|
@ -17,11 +17,7 @@
|
||||||
<div class="previews fill-block">
|
<div class="previews fill-block">
|
||||||
<div class="preview-container fill-block">
|
<div class="preview-container fill-block">
|
||||||
<div class="img-outer" v-for="info of previews" :key="info.fileid">
|
<div class="img-outer" v-for="info of previews" :key="info.fileid">
|
||||||
<XImg
|
<XImg class="ximg fill-block" :src="getPreviewUrl(info, true, 256)" />
|
||||||
class="ximg fill-block"
|
|
||||||
:src="getPreviewUrl(info, true, 256)"
|
|
||||||
@error="$event.target.classList.add('error')"
|
|
||||||
/>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue