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 4ff6eb6 commit 05a1a31Copy full SHA for 05a1a31
src/guide/component-basics.md
@@ -176,7 +176,7 @@ Which can be used in the template to control the font size of all blog posts:
176
```html
177
<div id="blog-posts-events-demo">
178
<div v-bind:style="{ fontSize: postFontSize + 'em' }">
179
- <blog-post v-for="post in posts" :key="post.id" :title="title"></blog-post>
+ <blog-post v-for="post in posts" :key="post.id" :title="post.title"></blog-post>
180
</div>
181
182
```
0 commit comments