Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/api/application.md
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,11 @@ Assign a global handler for uncaught errors propagating from within the applicat
}
```

- **Default**

The default error handler will re-throw errors during development and log errors during production.
You can configure this using the [throwUnhandledErrorInProduction](#app-config-throwunhandlederrorinproduction) property.

## app.config.warnHandler {#app-config-warnhandler}

Assign a custom handler for runtime warnings from Vue.
Expand Down