Skip to content

Commit 98c5c65

Browse files
tedpatrickkazupon
authored andcommitted
Fix component name in template example (vuejs#1542)
1 parent 9a3600c commit 98c5c65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/guide/components-props.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Vue.component('blog-post', {
2020

2121
``` html
2222
<!-- kebab-case in HTML -->
23-
<child post-title="hello!"></child>
23+
<blog-post post-title="hello!"></blog-post>
2424
```
2525

2626
Again, if you're using string templates, this limitation does not apply.

0 commit comments

Comments
 (0)