Fixed images not displaying in Preview

This commit is contained in:
Kloon ImKloon 2023-08-18 18:22:44 +02:00
parent fc31e0e3eb
commit b85297edf9
No known key found for this signature in database
GPG Key ID: CCF1C86A995C5B6A

View File

@ -10,12 +10,7 @@
@mouseup="mouseUp"
@wheel="wheelMove"
>
<img
src=""
class="image-ex-img image-ex-img-center"
ref="imgex"
@load="onLoad"
/>
<img class="image-ex-img image-ex-img-center" ref="imgex" @load="onLoad" />
</div>
</template>
<script>