mirror of
https://github.com/Spythere/pojazdownik.git
synced 2026-05-02 21:08:12 +00:00
Hotfix: strona nie pojawia się przy dodaniu async dla funkcji setup
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
favicon.ico,1637925114691,665ba81c9556ba00abb1a0fa575fe801b3c35f23481b17528a211b8c3021f7cd
|
||||
index.html,1637925114691,020f9f15270a09322dca8374dc4ebeb1980848183177c3534d5c0fd8f9bfed82
|
||||
img/add-icon.a0f313fe.svg,1637925114696,be43aa8b694c90777971ad2d7f611f52c7ee172131fe2e24a82348891bb6aa18
|
||||
img/higher-icon.68df973e.svg,1637925114696,258bcb0fc4c62a0ecd53681bfa4777451e0cb4b980e1094f68d89d4077fa657a
|
||||
css/app.74ed3d43.css,1637925114693,0cafe8a1ddeb4eb6d5e8f338e0747ad91f3c6427e9479bcf005cb453dcac37e2
|
||||
img/lower-icon.7c306380.svg,1637925114696,286e1759ea8d4c11327f425f6d6af41603b329dab36c419b228acbea217c2080
|
||||
img/remove-icon.09c0dbc9.svg,1637925114696,1e01bccdf38cee755fc54c9768b4089fdb11d904a6b9aa86fcb20a2357dc8d61
|
||||
img/sub-icon.bfa10f67.svg,1637925114696,afa120d2f8afe18161a6ed011eb0482ef9604fd35c1d3be8cd93b1087b1138eb
|
||||
img/swap-icon.c8ef8416.svg,1637925114691,b1c1d418526746e20b13076cc97cd4aa1b8f87956d38dfa71f3fb17d1df5c236
|
||||
img/logo.c9fcc748.svg,1637925114696,59a9ce681c6123558f2b025931a262148f1d0bb47d5a3300a14a2e9020a85bc9
|
||||
img/randomize-icon.07a5b5e4.svg,1637925114696,4bda1cbd316c62073c0f5d97b5be7796b3e061d2e877a91025045957c33a9cd5
|
||||
js/app.d9fee489.js,1637925114693,1fa9bf8fb1341e977f844fc1d4280e4c37b802549623e12b2478b6812ac2b57e
|
||||
js/app.d9fee489.js.map,1637925114696,a80e9c9eaab7e817149dbe290da2b4e9781f4f0ba5c5560e9ae54eab38e190b5
|
||||
js/chunk-vendors.c62977c4.js,1637925114696,7acc01b3da3406d5051323043fd4255883a8fd560be399c3791f4449f75b3e23
|
||||
js/chunk-vendors.c62977c4.js.map,1637925114698,9e67209b70ab93a9d5cf3b1d7ffe8277f7ba8054e5a9b240bbf60f5ddb11db56
|
||||
@@ -23,6 +23,8 @@ pnpm-debug.log*
|
||||
*.sw?
|
||||
node_modules
|
||||
|
||||
firebase/
|
||||
|
||||
.github
|
||||
firebase.json
|
||||
.firebase
|
||||
+2
-4
@@ -43,12 +43,10 @@ export default defineComponent({
|
||||
logoSVG: require('@/assets/logo.svg'),
|
||||
}),
|
||||
|
||||
async setup() {
|
||||
setup() {
|
||||
const store = inject('Store') as IStore;
|
||||
|
||||
const readyStockJSON = await (await fetch('https://spythere.github.io/api/readyStock.json')).json();
|
||||
|
||||
|
||||
// const readyStockJSON = await (await fetch('https://spythere.github.io/api/readyStock.json')).json();
|
||||
|
||||
return {
|
||||
store,
|
||||
|
||||
Reference in New Issue
Block a user