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 48c1c47 commit 79a7e86Copy full SHA for 79a7e86
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