Skip to content

Commit afe3a74

Browse files
authored
Update components.md
1 parent f638b73 commit afe3a74

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
@@ -366,7 +366,7 @@ prop 是单向绑定:当父组件的属性变化时,将传导给子组件,
366366

367367
### Prop 验证
368368

369-
组件可以为 props 指定验证要求。如果未指定要求, Vue 会发出警告。当组件给其他人使用时这很有用。
369+
组件可以为 props 指定验证要求。如果某个验证未被满足, Vue 会发出警告。当组件给其他人使用时这很有用。
370370

371371
prop 是一个对象而不是字符串数组时,它包含验证要求:
372372

0 commit comments

Comments
 (0)