test jsonurl

This commit is contained in:
ed barz 2022-05-15 00:11:39 +02:00
parent 30ffbfe964
commit 77cd552912
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -42,7 +42,7 @@ Vue.component('Accordeon', {
}) })
const jsonurl = "http://localhost:8080/asset/db.json" const jsonurl = "asset/db.json"
let db2 = fetch(jsonurl) let db2 = fetch(jsonurl)
let vm = new Vue({ let vm = new Vue({