mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-18 17:35:57 +00:00
docs: fix typo (#5863)
This commit is contained in:
parent
dc0dd569fd
commit
18d2dd19d2
@ -14,7 +14,7 @@ You can hook into Vue errors using [`onErrorCaptured`](https://vuejs.org/api/com
|
||||
|
||||
In addition, Nuxt provides a `vue:error` hook that will be called if any errors propagate up to the top level.
|
||||
|
||||
If you are using a error reporting framework, you can provide a global handler through [`vueApp.config.errorHandler`](https://vuejs.org/api/application.html#app-config-errorhandler). It will receive all Vue errors, even if they are handled.
|
||||
If you are using an error reporting framework, you can provide a global handler through [`vueApp.config.errorHandler`](https://vuejs.org/api/application.html#app-config-errorhandler). It will receive all Vue errors, even if they are handled.
|
||||
|
||||
#### Example with global error reporting framework
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user