fuck this

This commit is contained in:
ed barz 2022-05-15 00:43:35 +02:00
parent 847796c173
commit e0f123a0d7
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -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',