Skip to content

Commit c48d22b

Browse files
committed
update paramAttributes demo in guide/components
1 parent 1ea6e43 commit c48d22b

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"></child-component>
172+
<child-component child-msg="{{parentMsg}}"></child-component>
173173
</div>
174174
```
175175

0 commit comments

Comments
 (0)