mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-25 01:33:51 +02:00
fix: debug with type error checks
This commit is contained in:
@@ -7,12 +7,13 @@
|
||||
append-to-body
|
||||
@close="closeDialog">
|
||||
<div>
|
||||
<div
|
||||
v-for="image in previousImagesTable"
|
||||
v-if="image.file"
|
||||
:key="image.version"
|
||||
style="display: inline-block">
|
||||
<el-popover class="x-change-image-item" placement="right" width="500px" trigger="click">
|
||||
<div v-for="image in previousImagesTable" :key="image.version" style="display: inline-block">
|
||||
<el-popover
|
||||
class="x-change-image-item"
|
||||
placement="right"
|
||||
width="500px"
|
||||
trigger="click"
|
||||
v-if="image.file">
|
||||
<img slot="reference" v-lazy="image.file.url" class="x-link" />
|
||||
<img
|
||||
v-lazy="image.file.url"
|
||||
|
||||
Reference in New Issue
Block a user