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 9a3600c commit 98c5c65Copy full SHA for 98c5c65
src/v2/guide/components-props.md
@@ -20,7 +20,7 @@ Vue.component('blog-post', {
20
21
``` html
22
<!-- kebab-case in HTML -->
23
-<child post-title="hello!"></child>
+<blog-post post-title="hello!"></blog-post>
24
```
25
26
Again, if you're using string templates, this limitation does not apply.
0 commit comments