mirror of
https://github.com/Spythere/pojazdownik.git
synced 2026-05-03 19:48:11 +00:00
feature: informacja przy braku podglądu; SW
This commit is contained in:
+1
-1
@@ -69,7 +69,7 @@ export default defineComponent({
|
||||
}),
|
||||
|
||||
async created() {
|
||||
const stockData = await (await fetch('https://spythere.github.io/api/stockData.json')).json();
|
||||
const stockData = await (await fetch('https://spythere.github.io/api/stockDataNew.json')).json();
|
||||
|
||||
this.store.stockData = stockData;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user