💡 Comments + new blog post
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
)
|
||||
.then((data) => {
|
||||
const item = data.querySelector('item');
|
||||
console.log(item)
|
||||
this.latestPost = {
|
||||
link: item.querySelector('link').textContent,
|
||||
body: item.querySelector('description').textContent,
|
||||
|
||||
Reference in New Issue
Block a user