From 78cbf1689176a3d7e23a46438956f4eded4df2d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lehoczky=20Zolt=C3=A1n?= Date: Sat, 15 Apr 2023 12:53:48 +0200 Subject: [PATCH 1/2] docs: update lint command for the documentation --- docs/5.community/5.framework-contribution.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/5.community/5.framework-contribution.md b/docs/5.community/5.framework-contribution.md index e4c25cc75672..44872e9e02d7 100644 --- a/docs/5.community/5.framework-contribution.md +++ b/docs/5.community/5.framework-contribution.md @@ -140,7 +140,7 @@ The Nuxt documentation is currently deployed within [nuxt/nuxt.com](https://gith -- Before opening a PR, run `pnpm docs:lint:fix` to highlight and resolve any lint issues +- Before opening a PR, run `pnpm lint:docs:fix` to highlight and resolve any lint issues ::alert 🚧 This repository will be open-sourced shortly. Until then, you will need to open a pull request to see a preview of your changes. From e41d7e7f376111e0d445d76d88958c2a63cce343 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lehoczky=20Zolt=C3=A1n?= Date: Thu, 11 May 2023 22:35:05 +0200 Subject: [PATCH 2/2] fix: error prop no longer undefined for Vue3.3 --- packages/nuxt/src/app/components/nuxt-error-page.vue | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/packages/nuxt/src/app/components/nuxt-error-page.vue b/packages/nuxt/src/app/components/nuxt-error-page.vue index 521dae53f6f5..f3ef0cc974b0 100644 --- a/packages/nuxt/src/app/components/nuxt-error-page.vue +++ b/packages/nuxt/src/app/components/nuxt-error-page.vue @@ -5,12 +5,14 @@