mirror of
https://github.com/Spythere/pojazdownik.git
synced 2026-05-03 11:45:34 +00:00
Zaktualizowano listę przeznaczeń wagonów towarowych
This commit is contained in:
+5
-1
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user