use let
This commit is contained in:
parent
936176fbbf
commit
ac5d7e8592
Binary file not shown.
|
@ -44,7 +44,7 @@ Vue.component('Accordeon', {
|
||||||
|
|
||||||
const jsonurl = "https://ed.brz9.dev/proj/map/asset/json/db.json"
|
const jsonurl = "https://ed.brz9.dev/proj/map/asset/json/db.json"
|
||||||
|
|
||||||
var jdb
|
let jdb
|
||||||
|
|
||||||
fetch(jsonurl)
|
fetch(jsonurl)
|
||||||
.then(res => res.json())
|
.then(res => res.json())
|
||||||
|
|
Loading…
Reference in New Issue