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 f5d43ce commit 3751c70Copy full SHA for 3751c70
src/views/AboutView.vue
@@ -60,7 +60,7 @@ const links = [
60
},
61
{
62
title: "Playground",
63
- url: "https://stackblitz.com/edit/vitejs-vite-px7jzkdy?file=src%2Fcomponents%2FHelloWorld.vue",
+ url: "https://stackblitz.com/edit/vitejs-vite-px7jzkdy?file=src%2FApp.vue",
64
color: "text-blue-500",
65
66
src/views/HomeView.vue
@@ -16,7 +16,7 @@
16
<a
17
class="secondary-btn md"
18
target="_blank"
19
- href="https://stackblitz.com/edit/vitejs-vite-px7jzkdy?file=src%2Fcomponents%2FHelloWorld.vue"
+ href="https://stackblitz.com/edit/vitejs-vite-px7jzkdy?file=src%2FApp.vue"
20
>
21
Playground
22
</a>
0 commit comments