test jsonurl
This commit is contained in:
parent
30ffbfe964
commit
77cd552912
Binary file not shown.
|
@ -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 vm = new Vue({
|
||||
|
|
Loading…
Reference in New Issue