fuck this
This commit is contained in:
parent
b40f8d3ebb
commit
e423d77541
Binary file not shown.
|
@ -110,7 +110,7 @@ let vm = new Vue({
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
async getJDB(){
|
async getJDB(){
|
||||||
const res = await fetch(dburl);
|
const res = await fetch(this.dburl);
|
||||||
const data = await res.json();
|
const data = await res.json();
|
||||||
this.db = data;
|
this.db = data;
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue