-
Notifications
You must be signed in to change notification settings - Fork 5
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
base: main
Are you sure you want to change the base?
Update blog worked #302
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
8a1f4d4
to
f10f9e3
Compare
* [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
const blog = { | ||
title: this.title, | ||
content: this.content, | ||
description: 'description', | ||
} |
There was a problem hiding this comment.
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) |
There was a problem hiding this comment.
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"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
blog._id
some changes on updating a blog