hotfix: podgląd pojazdów

This commit is contained in:
2024-03-24 00:05:39 +01:00
parent fb2348e774
commit 31e65c09d6
+4
View File
@@ -33,6 +33,7 @@
/^EN/.test(stockName) ? 'rb' : '' /^EN/.test(stockName) ? 'rb' : ''
}.png`" }.png`"
@error="onImageError($event, stockName)" @error="onImageError($event, stockName)"
@click.stop="() => {}"
width="400" width="400"
height="60" height="60"
/> />
@@ -47,6 +48,7 @@
@error=" @error="
(event) => ((event.target as HTMLImageElement).src = '/images/icon-loco-ezt-s.png') (event) => ((event.target as HTMLImageElement).src = '/images/icon-loco-ezt-s.png')
" "
@click.stop="() => {}"
/> />
<img <img
@@ -58,6 +60,7 @@
@error=" @error="
(event) => ((event.target as HTMLImageElement).src = '/images/icon-loco-ezt-s.png') (event) => ((event.target as HTMLImageElement).src = '/images/icon-loco-ezt-s.png')
" "
@click.stop="() => {}"
/> />
<img <img
@@ -69,6 +72,7 @@
@error=" @error="
(event) => ((event.target as HTMLImageElement).src = '/images/icon-loco-ezt-ra.png') (event) => ((event.target as HTMLImageElement).src = '/images/icon-loco-ezt-ra.png')
" "
@click.stop="() => {}"
/> />
<!-- /// --> <!-- /// -->
</span> </span>