Skip to content

Commit 4db103b

Browse files
committed
fix stylized name
ref vuejs#951
1 parent c7a2852 commit 4db103b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/guide/components.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1151,7 +1151,7 @@ Within HTML templates though, you have to use the kebab-case equivalents:
11511151
<!-- always use kebab-case in HTML templates -->
11521152
<kebab-cased-component></kebab-cased-component>
11531153
<camel-cased-component></camel-cased-component>
1154-
<title-cased-component></title-cased-component>
1154+
<pascal-cased-component></pascal-cased-component>
11551155
```
11561156

11571157
When using _string_ templates however, we're not bound by HTML's case-insensitive restrictions. That means even in the template, you can reference your components using:

0 commit comments

Comments
 (0)