Skip to content

Commit 0156973

Browse files
authored
Merge pull request #260 from iHelin/patch-2
修改翻译
2 parents a4d9e9c + 6575994 commit 0156973

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)