НА
Size: a a a
НА
L
НА
🗡
🗡
🗡
З🧟
LM
t
CG
constructor() {
fetch('/posts.json')
.then(res => res.json())
.then(posts => {
this.posts = posts
})
}
CG
З🧟
constructor() {
fetch('/posts.json')
.then(res => res.json())
.then(posts => {
this.posts = posts
})
}
CG
.then(res => res.json())
З🧟
.then(res => res.json())
CG
З🧟