Skip to content

Commit 087a899

Browse files
committed
typo fix
1 parent f522c64 commit 087a899

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
@@ -138,7 +138,7 @@ We can also pass down dynamic data from the parent. For example:
138138
<div>
139139
<input v-model="parentMsg">
140140
<br>
141-
<child msg="{{parentMsg}}"></child>
141+
<child my-message="{{parentMsg}}"></child>
142142
</div>
143143
```
144144

0 commit comments

Comments
 (0)