diff --git a/.github/ISSUE_TEMPLATE/bug-report-v3.yml b/.github/ISSUE_TEMPLATE/bug-report-v3.yml index 1e1cf964..d5081825 100644 --- a/.github/ISSUE_TEMPLATE/bug-report-v3.yml +++ b/.github/ISSUE_TEMPLATE/bug-report-v3.yml @@ -10,7 +10,7 @@ body: id: env attributes: label: Environment - description: You can use `npx nuxi info` to fill this section + description: You can use `npx nuxt info` to fill this section placeholder: | - Operating System: `Darwin` - Node Version: `v18.16.0` diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 62c92483..349fbe4b 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -10,7 +10,7 @@ body: id: env attributes: label: Environment - description: You can use `npx nuxi info` to fill this section + description: You can use `npx nuxt info` to fill this section placeholder: | - Operating System: `Darwin` - Node Version: `v18.16.0` diff --git a/.github/workflows/module.yml b/.github/workflows/module.yml index fb9e35a2..05454757 100644 --- a/.github/workflows/module.yml +++ b/.github/workflows/module.yml @@ -111,7 +111,7 @@ jobs: run: pnpm install --ignore-workspace - name: Prepare - run: pnpm nuxi prepare + run: pnpm nuxt prepare - name: Typecheck run: pnpm run typecheck diff --git a/docs/app/components/content/examples/input/InputCopyButtonExample.vue b/docs/app/components/content/examples/input/InputCopyButtonExample.vue index 38420a2e..aa788d1c 100644 --- a/docs/app/components/content/examples/input/InputCopyButtonExample.vue +++ b/docs/app/components/content/examples/input/InputCopyButtonExample.vue @@ -1,5 +1,5 @@