Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update blog worked #302

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Update blog worked #302

wants to merge 6 commits into from

Conversation

AmsaleG
Copy link
Contributor

@AmsaleG AmsaleG commented Aug 8, 2022

some changes on updating a blog

@vercel
Copy link

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 on lines +69 to +73
const blog = {
title: this.title,
content: this.content,
description: 'description',
}
Copy link
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
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
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