feature: informacja przy braku podglądu; SW

This commit is contained in:
2022-12-31 21:04:33 +01:00
parent 81edc59074
commit 301d279fa6
6 changed files with 1852 additions and 1763 deletions
+1 -1
View File
@@ -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;
},