mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-04 13:58:12 +00:00
hotfix: podgląd pojazdów
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user