From b877b14f81068bb650409173787fbef1784f87a5 Mon Sep 17 00:00:00 2001 From: Yu Yamazaki Date: Thu, 22 Sep 2022 22:23:46 +0900 Subject: [PATCH] docs(error-handling): fix useError() type definition (#7749) --- docs/content/1.getting-started/8.error-handling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/1.getting-started/8.error-handling.md b/docs/content/1.getting-started/8.error-handling.md index 6b0541f15fc..dcc2fc1c011 100644 --- a/docs/content/1.getting-started/8.error-handling.md +++ b/docs/content/1.getting-started/8.error-handling.md @@ -73,7 +73,7 @@ const handleError = () => clearError({ redirect: '/' }) ### `useError` -* `function useError (): Ref` +* `function useError (): Ref` This function will return the global Nuxt error that is being handled.