Zaktualizowano listę przeznaczeń wagonów towarowych

This commit is contained in:
2021-12-06 21:10:13 +01:00
parent e3ba9bc30a
commit 1d805df5be
5 changed files with 80 additions and 38 deletions
+5 -1
View File
@@ -43,9 +43,13 @@ export default defineComponent({
logoSVG: require('@/assets/logo.svg'),
}),
setup() {
async setup() {
const store = inject('Store') as IStore;
const readyStockJSON = await (await fetch('https://spythere.github.io/api/readyStock.json')).json();
return {
store,
};