mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
chore: update codesandbox links
This commit is contained in:
parent
5926bbeff8
commit
5edf00f069
2
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
@ -10,7 +10,7 @@ body:
|
|||||||
|
|
||||||
Please use a template below to create a minimal reproduction
|
Please use a template below to create a minimal reproduction
|
||||||
👉 https://stackblitz.com/github/nuxt/starter/tree/v3-stackblitz
|
👉 https://stackblitz.com/github/nuxt/starter/tree/v3-stackblitz
|
||||||
👉 https://codesandbox.io/p/github/nuxt/starter/v3-codesandbox
|
👉 https://codesandbox.io/s/github/nuxt/starter/v3-codesandbox
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: bug-env
|
id: bug-env
|
||||||
attributes:
|
attributes:
|
||||||
|
2
.github/ISSUE_TEMPLATE/z-bug-report-2.yml
vendored
2
.github/ISSUE_TEMPLATE/z-bug-report-2.yml
vendored
@ -10,7 +10,7 @@ body:
|
|||||||
|
|
||||||
Please use a template below to create a minimal reproduction
|
Please use a template below to create a minimal reproduction
|
||||||
👉 https://stackblitz.com/github/nuxt/starter/tree/v2
|
👉 https://stackblitz.com/github/nuxt/starter/tree/v2
|
||||||
👉 https://codesandbox.io/p/github/nuxt/starter/v2
|
👉 https://codesandbox.io/s/github/nuxt/starter/v2
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: bug-env
|
id: bug-env
|
||||||
attributes:
|
attributes:
|
||||||
|
@ -33,16 +33,16 @@ If your issue concerns Vue 3 or Vite, please try to reproduce it first with the
|
|||||||
**Nuxt 3**:
|
**Nuxt 3**:
|
||||||
|
|
||||||
:button-link[Nuxt 3 on StackBlitz]{href="https://stackblitz.com/github/nuxt/starter/tree/v3-stackblitz" blank .mr-2}
|
:button-link[Nuxt 3 on StackBlitz]{href="https://stackblitz.com/github/nuxt/starter/tree/v3-stackblitz" blank .mr-2}
|
||||||
:button-link[Nuxt 3 on CodeSandbox]{href="https://codesandbox.io/p/github/nuxt/starter/v3-codesandbox" blank}
|
:button-link[Nuxt 3 on CodeSandbox]{href="https://codesandbox.io/s/github/nuxt/starter/v3-codesandbox" blank}
|
||||||
|
|
||||||
**Nuxt Bridge**:
|
**Nuxt Bridge**:
|
||||||
|
|
||||||
:button-link[Nuxt Bridge on CodeSandbox]{href="https://codesandbox.io/p/github/nuxt/starter/v2-bridge-codesandbox" blank}
|
:button-link[Nuxt Bridge on CodeSandbox]{href="https://codesandbox.io/s/github/nuxt/starter/v2-bridge-codesandbox" blank}
|
||||||
|
|
||||||
**Vue 3**:
|
**Vue 3**:
|
||||||
|
|
||||||
:button-link[Vue 3 SSR on StackBlitz]{href="https://stackblitz.com/github/nuxt-contrib/vue3-ssr-starter/tree/main?terminal=dev" blank .mr-2}
|
:button-link[Vue 3 SSR on StackBlitz]{href="https://stackblitz.com/github/nuxt-contrib/vue3-ssr-starter/tree/main?terminal=dev" blank .mr-2}
|
||||||
:button-link[Vue 3 SSR on CodeSandbox]{href="https://codesandbox.io/p/github/nuxt-contrib/vue3-ssr-starter/main" blank .mr-2}
|
:button-link[Vue 3 SSR on CodeSandbox]{href="https://codesandbox.io/s/github/nuxt-contrib/vue3-ssr-starter/main" blank .mr-2}
|
||||||
:button-link[Vue 3 SSR Template]{href="https://github.com/nuxt-contrib/vue3-ssr-starter/generate" blank}
|
:button-link[Vue 3 SSR Template]{href="https://github.com/nuxt-contrib/vue3-ssr-starter/generate" blank}
|
||||||
|
|
||||||
Once you've reproduced the issue, remove as much code from your reproduction as you can (while still recreating the bug). The time spent making the reproduction as minimal as possible will make a huge difference to whoever sets out to fix the issue.
|
Once you've reproduced the issue, remove as much code from your reproduction as you can (while still recreating the bug). The time spent making the reproduction as minimal as possible will make a huge difference to whoever sets out to fix the issue.
|
||||||
|
Loading…
Reference in New Issue
Block a user