We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6730c3 commit 6b575b7Copy full SHA for 6b575b7
src/guide/components.md
@@ -417,7 +417,7 @@ The `type` can be one of the following native constructors:
417
418
In addition, `type` can also be a custom constructor function and the assertion will be made with an `instanceof` check.
419
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.
+When a prop validation fails, Vue will produce a console warning (if using the development build).
421
422
## Custom Events
423
0 commit comments