check fetch
This commit is contained in:
parent
77cd552912
commit
6432fae862
Binary file not shown.
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue