From ac5d7e85920cc90cde0f1855803048764decb361 Mon Sep 17 00:00:00 2001 From: ed Date: Sun, 15 May 2022 00:37:53 +0200 Subject: [PATCH] use let --- proj/map/asset/js/.main.js.swp | Bin 12288 -> 12288 bytes proj/map/asset/js/main.js | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/proj/map/asset/js/.main.js.swp b/proj/map/asset/js/.main.js.swp index dfe30acda2f036c96f484e84c60b09ae6c0d96a5..b5ecc311b9210376c3bd5faead2ca2ce06a83870 100644 GIT binary patch delta 51 zcmZojXh@JtG6?hZRj|-AVgLdG1_mqrh9tYx6vin$3=F9$6E~`Dbh)n0oReCzSx)B> FGXPQb4r%}Z delta 51 zcmZojXh@JtG6?hZRj|-AVgLdG28L$6h9v#e6vin$3=F9$6E~`Dbh)n0T$Wh0Sx)B> FGXPl#4yOPB diff --git a/proj/map/asset/js/main.js b/proj/map/asset/js/main.js index 72613d5..a9d0214 100644 --- a/proj/map/asset/js/main.js +++ b/proj/map/asset/js/main.js @@ -44,7 +44,7 @@ Vue.component('Accordeon', { const jsonurl = "https://ed.brz9.dev/proj/map/asset/json/db.json" -var jdb +let jdb fetch(jsonurl) .then(res => res.json())