mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 00:23:53 +00:00
docs: correct showError tip
This commit is contained in:
parent
3c635034a1
commit
44aa5813a9
@ -25,7 +25,7 @@ showError({
|
|||||||
The error is set in the state using [`useError()`](/docs/api/composables/use-error) to create a reactive and SSR-friendly shared error state across components.
|
The error is set in the state using [`useError()`](/docs/api/composables/use-error) to create a reactive and SSR-friendly shared error state across components.
|
||||||
|
|
||||||
::tip
|
::tip
|
||||||
`showError` calls the `app:error` hook.
|
`showError` calls the `app:error` hook client-side.
|
||||||
::
|
::
|
||||||
|
|
||||||
:read-more{to="/docs/getting-started/error-handling"}
|
:read-more{to="/docs/getting-started/error-handling"}
|
||||||
|
Loading…
Reference in New Issue
Block a user