We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc32ee4 commit a6e005fCopy full SHA for a6e005f
content/posts/say-hello-to-gridsome.md
@@ -21,7 +21,7 @@ Here is an example on how to query posts from the GraphQL layer in a page:
21
<Layout>
22
<h2>Latest blog posts</h2>
23
<ul>
24
- <li v-for="edge in $page.allWordPressPost.edges" :key="edge.node._id">
+ <li v-for="edge in $page.allWordPressPost.edges" :key="edge.node.id">
25
{{ edge.node.title }}
26
</li>
27
</ul>
0 commit comments