Skip to content

Commit 6b575b7

Browse files
committed
update prop validation phrasing for invalid props behavior
1 parent f6730c3 commit 6b575b7

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
@@ -417,7 +417,7 @@ The `type` can be one of the following native constructors:
417417

418418
In addition, `type` can also be a custom constructor function and the assertion will be made with an `instanceof` check.
419419

420-
When a prop validation fails, Vue will refuse to set the value on the child component and throw a warning if using the development build.
420+
When a prop validation fails, Vue will produce a console warning (if using the development build).
421421

422422
## Custom Events
423423

0 commit comments

Comments
 (0)