Skip to content

Commit 754b050

Browse files
committed
Merge pull request vuejs#32 from wahaha2012/lang-zh
update `paramAttributes` demo in guide/components
2 parents 4db8dbc + dfd21e5 commit 754b050

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)