Skip to content

Commit c1c28d1

Browse files
committed
Merge pull request #63 from wahaha2012/master
update components guide document
2 parents f38dacb + c48d22b commit c1c28d1

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)