Skip to content
This repository was archived by the owner on Apr 6, 2023. It is now read-only.

Commit a88bff2

Browse files
committed
docs: add spacing between multiple button-link
1 parent a1acaad commit a88bff2

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/content/2.guide/1.concepts/2.vuejs-development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Most applications need multiple pages and a way to navigate between them. This i
3131

3232
### Example
3333

34-
:button-link[Open on StackBlitz]{href="https://stackblitz.com/edit/github-9hzuns?file=app.vue" blank}
34+
:button-link[Open on StackBlitz]{href="https://stackblitz.com/edit/github-9hzuns?file=app.vue" blank .mr-2}
3535
:button-link[Open on CodeSandbox]{href="https://codesandbox.io/s/nuxt-3-components-auto-import-2xq9z?file=/app.vue" blank}
3636

3737
The `app.vue` file is the entry point, which represents the page displayed in the browser window.

docs/content/5.community/2.reporting-bugs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ If your issue concerns Vue 3 or Vite, please try to reproduce it first with the
3232

3333
**Nuxt 3**:
3434

35-
:button-link[Nuxt 3 on StackBlitz]{href="https://stackblitz.com/github/nuxt/starter/tree/v3-stackblitz" blank}
35+
:button-link[Nuxt 3 on StackBlitz]{href="https://stackblitz.com/github/nuxt/starter/tree/v3-stackblitz" blank .mr-2}
3636
:button-link[Nuxt 3 on CodeSandbox]{href="https://codesandbox.io/p/github/nuxt/starter/v3-codesandbox" blank}
3737

3838
**Nuxt Bridge**:
@@ -41,8 +41,8 @@ If your issue concerns Vue 3 or Vite, please try to reproduce it first with the
4141

4242
**Vue 3**:
4343

44-
:button-link[Vue 3 SSR on StackBlitz]{href="https://stackblitz.com/github/nuxt-contrib/vue3-ssr-starter/tree/main?terminal=dev" blank}
45-
:button-link[Vue 3 SSR on CodeSandbox]{href="https://codesandbox.io/p/github/nuxt-contrib/vue3-ssr-starter/main" blank}
44+
:button-link[Vue 3 SSR on StackBlitz]{href="https://stackblitz.com/github/nuxt-contrib/vue3-ssr-starter/tree/main?terminal=dev" blank .mr-2}
45+
:button-link[Vue 3 SSR on CodeSandbox]{href="https://codesandbox.io/p/github/nuxt-contrib/vue3-ssr-starter/main" blank .mr-2}
4646
:button-link[Vue 3 SSR Template]{href="https://github.com/nuxt-contrib/vue3-ssr-starter/generate" blank}
4747

4848
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.

0 commit comments

Comments
 (0)