8000 update components guide document · biteknight/vuejs.org@1ea6e43 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1ea6e43

Browse files
committed
update components guide document
1 parent dbae1d6 commit 1ea6e43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/guide/components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ It is also possible to use the [`paramAttributes`](/api/options.html#paramAttrib
169169
``` html
170170
<div id="demo-3">
171171
<input v-model="parentMsg">
172-
<child-component child-msg="parentMsg"></p>
172+
<child-component child-msg="parentMsg"></child-component>
173173
</div>
174174
```
175175

0 commit comments

Comments
 (0)
0