From 75b8f57897208861850787af5df47b9b391ce78c Mon Sep 17 00:00:00 2001 From: Mitsuki Fukunaga Date: Fri, 22 Jul 2022 09:31:32 +1000 Subject: [PATCH 1/2] Update create-error.md `createError` should be imported from `h3` --- docs/content/3.api/3.utils/create-error.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/content/3.api/3.utils/create-error.md b/docs/content/3.api/3.utils/create-error.md index 480b1bf7fca..be283cc00ea 100644 --- a/docs/content/3.api/3.utils/create-error.md +++ b/docs/content/3.api/3.utils/create-error.md @@ -17,6 +17,7 @@ If you throw an error created with `createError`: ```vue [pages/movies/[slug].vue]