8000 update components demo · poorprogrammer/vuejs.org@83dfb65 · GitHub
[go: up one dir, main page]

Skip to content

Commit 83dfb65

Browse files
committed
update components demo
1 parent 41310ca commit 83dfb65

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 @@ new Vue({
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