Add FDBS historic cars

This commit is contained in:
2026-03-28 18:11:11 +01:00
parent 2bbe9b7774
commit 764309db2e
5 changed files with 73 additions and 7 deletions
+11
View File
@@ -143,6 +143,17 @@ async function reset() {
color="info"
name="Hilfsfahrzeuge in und für Werkstätten"
/>
<StatsBlock
:total="specialCars.historic.length"
:found="
tramStore.specials.bsag.filter((id) =>
specialCars.historic.some((t) => id === t[0])
).length
"
icon="museum"
color="info"
name="Freunde der Bremer Straßenbahn e.V."
/>
</div>
</VaCardContent>
</VaCard>