We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 019e280 commit 4847852Copy full SHA for 4847852
README.md
@@ -6,6 +6,11 @@
6
</p>
7
<p align="center">Quickly transform your vue3 script to setup mode</p>
8
<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>
14
15
**origin code**
16
```html
playground/vite.config.ts
@@ -52,6 +52,7 @@ export default defineConfig(({ mode }) => {
52
);
53
}
54
return {
55
+ base: "./",
56
plugins,
57
resolve: {
58
alias: {
0 commit comments