Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f38dacb + c48d22b commit c1c28d1Copy full SHA for c1c28d1
source/guide/components.md
@@ -169,7 +169,7 @@ It is also possible to use the [`paramAttributes`](/api/options.html#paramAttrib
169
``` html
170
<div id="demo-3">
171
<input v-model="parentMsg">
172
- <child-component child-msg="parentMsg"></p>
+ <child-component child-msg="{{parentMsg}}"></child-component>
173
</div>
174
```
175
0 commit comments