Skip to content

Commit

Permalink
docs: 用 CodeSandbox 替换 Stackblitz
Browse files Browse the repository at this point in the history
fixed #18
  • Loading branch information
siaikin committed Nov 30, 2024
1 parent 5039b93 commit 32becb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
7 changes: 1 addition & 6 deletions docs/guide/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,4 @@ const { handlePrint } = useVueToPrint({

## 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>
[![Edit vite-vue-typescript-starter](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/p/devbox/github/siaikin/vue-to-print-example?embed=1)
7 changes: 1 addition & 6 deletions docs/zh/guide/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,4 @@ const { handlePrint } = useVueToPrint({

## 在线示例

<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>
[![Edit vite-vue-typescript-starter](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/p/devbox/github/siaikin/vue-to-print-example?embed=1)

0 comments on commit 32becb2

Please sign in to comment.