feature: oznaczenie pojazdów dla sponsorów

This commit is contained in:
2023-03-03 13:25:52 +01:00
parent 76912ceacb
commit 65701bee74
5 changed files with 16 additions and 6 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ export default defineComponent({
count,
imgSrc: vehicle.imageSrc,
useType: isLoco ? vehicle.power : vehicle.useType,
supportersOnly: false,
supportersOnly: vehicle.supportersOnly,
};
},