check fetch

This commit is contained in:
ed barz 2022-05-15 00:14:15 +02:00
parent 77cd552912
commit 6432fae862
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -43,7 +43,7 @@ Vue.component('Accordeon', {
const jsonurl = "asset/db.json"
let db2 = fetch(jsonurl)
let db2 = fetch(jsonurl).text()
let vm = new Vue({
el: '#root',