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 bf12a6b commit cf38567Copy full SHA for cf38567
src/api/application.md
@@ -400,6 +400,11 @@ Assign a global handler for uncaught errors propagating from within the applicat
400
}
401
```
402
403
+- **Default**
404
+
405
+ The default error handler will re-throw errors during development and log errors during production.
406
+ You can configure this using the [throwUnhandledErrorInProduction](#app-config-throwunhandlederrorinproduction) property.
407
408
## app.config.warnHandler {#app-config-warnhandler}
409
410
Assign a custom handler for runtime warnings from Vue.
0 commit comments