Skip to content

Commit

Permalink
docs: add stackblitz example
Browse files Browse the repository at this point in the history
  • Loading branch information
siaikin committed Oct 4, 2024
1 parent e2db164 commit c26d5bf
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/guide/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,12 @@ $ yarn add vue-to-print
```

:::

## Online Example

<a href="https://stackblitz.com/edit/vitejs-vite-32bxkk?file=src%2Fcomponents%2FComponentToPrint.vue">
<img
alt="Open in StackBlitz"
src="https://developer.stackblitz.com/img/open_in_stackblitz.svg"
/>
</a>
9 changes: 9 additions & 0 deletions docs/zh/guide/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,12 @@ $ yarn add vue-to-print
```

:::

## 在线示例

<a href="https://stackblitz.com/edit/vitejs-vite-32bxkk?file=src%2Fcomponents%2FComponentToPrint.vue">
<img
alt="Open in StackBlitz"
src="https://developer.stackblitz.com/img/open_in_stackblitz.svg"
/>
</a>

0 comments on commit c26d5bf

Please sign in to comment.