Skip to content

Commit 4847852

Browse files
committed
docs: add playground link
1 parent 019e280 commit 4847852

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
</p>
77
<p align="center">Quickly transform your vue3 script to setup mode</p>
88
<p align="center">快速将 vue3 script 转换为 setup 模式</p>
9+
<p align="center">
10+
<a href="https://a145789.github.io/vue3-script-to-setup/" target="_blank">
11+
Playground 在线尝试
12+
</a>
13+
</p>
914

1015
**origin code**
1116
```html

playground/vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ export default defineConfig(({ mode }) => {
5252
);
5353
}
5454
return {
55+
base: "./",
5556
plugins,
5657
resolve: {
5758
alias: {

0 commit comments

Comments
 (0)