Skip to content

Commit e802e3e

Browse files
authored
Merge pull request volksbright#260 from iHelin/patch-2
修改翻译
2 parents 30f52d4 + eadd80e commit e802e3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ Vue.component('child', {
286286

287287
### 动态 Props
288288

289-
类似于用 `v-bind` 绑定 HTML 特性到一个表达式,也可以用 `v-bind` 绑定动态 props 到父组件的数据。每当父组件的数据变化时,也会传导给子组件
289+
类似于用 `v-bind` 绑定 HTML 特性到一个表达式,也可以用 `v-bind` 动态绑定 props 的值到父组件的数据中。每当父组件的数据变化时,该变化也会传导给子组件
290290

291291
``` html
292292
<div>

0 commit comments

Comments
 (0)