funkcjonalności listy pojazdów

This commit is contained in:
2023-07-10 17:47:44 +02:00
parent 073288c8a9
commit dda67ad993
3 changed files with 134 additions and 23 deletions
+1
View File
@@ -8,6 +8,7 @@
:data-selected="store.stockSectionMode == id"
>
{{ name }}
<span v-if="id == 'stock-list'">({{ store.stockList.length }})</span>
</button>
</div>