Skip to content

Update blog worked#302

Open
AmsaleG wants to merge 6 commits intomainfrom
Amsale.UpdateBlog
Open

Update blog worked#302
AmsaleG wants to merge 6 commits intomainfrom
Amsale.UpdateBlog

Conversation

@AmsaleG
Copy link
Copy Markdown
Contributor

@AmsaleG AmsaleG commented Aug 8, 2022

some changes on updating a blog

@vercel
Copy link
Copy Markdown

vercel Bot commented Aug 8, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
practice ✅ Ready (Inspect) Visit Preview Aug 11, 2022 at 2:24PM (UTC)
practice-project-vue ✅ Ready (Inspect) Visit Preview Aug 11, 2022 at 2:24PM (UTC)
practice-vue ✅ Ready (Inspect) Visit Preview Aug 11, 2022 at 2:24PM (UTC)

@AmsaleG AmsaleG requested a review from TripleThreads August 8, 2022 12:40
* [web]: sample structure for the demo

* [web]: remove feature folder from store

* [web]: add comment related stuff

* [web]: fix bug related to key

* [web]: address comment
Comment thread starter-project-web-vue2/components/amsale/AmsaleAddBlog.vue
Comment on lines +69 to +73
const blog = {
title: this.title,
content: this.content,
description: 'description',
}
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit; remove this

content: this.content,
description: 'description',
}
this.addBlog(blog)
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this.addBlog(this.blog)

</nuxt-link>
</v-card-actions>
</v-card>
<div v-for="blog in blogs" :key="blog.id">
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

blog._id

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants