docs: fix typo (#5863)

This commit is contained in:
AnPineau 2022-07-13 12:22:07 +02:00 committed by GitHub
parent dc0dd569fd
commit 18d2dd19d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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