fuck this
This commit is contained in:
parent
847796c173
commit
e0f123a0d7
Binary file not shown.
|
@ -44,11 +44,11 @@ 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"
|
||||||
|
|
||||||
let jdb
|
let jdnb
|
||||||
|
|
||||||
fetch(jsonurl)
|
fetch(jsonurl)
|
||||||
.then(res => res.json())
|
.then(res => res.json())
|
||||||
.then(data => jdb = data)
|
.then(data => jdnb = data)
|
||||||
|
|
||||||
let vm = new Vue({
|
let vm = new Vue({
|
||||||
el: '#root',
|
el: '#root',
|
||||||
|
|
Loading…
Reference in New Issue