Skip to content
This repository was archived by the owner on May 8, 2025. It is now read-only.

Commit 58f4767

Browse files
fix: revert bug introduced in d93e60b
1 parent 0c3ce75 commit 58f4767

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

generator/templates/default/src/components/HelloWorld.ts.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
<v-layout justify-center>
3434
<a
35-
v-for="(next, i) in assets.whatsNext"
35+
v-for="(next, i) in whatsNext"
3636
:key="i"
3737
:href="next.href"
3838
class="subheading mx-3"
@@ -51,7 +51,7 @@
5151

5252
<v-layout justify-center>
5353
<a
54-
v-for="(link, i) in assets.importantLinks"
54+
v-for="(link, i) in importantLinks"
5555
:key="i"
5656
:href="link.href"
5757
class="subheading mx-3"
@@ -70,7 +70,7 @@
7070

7171
<v-layout justify-center>
7272
<a
73-
v-for="(eco, i) in assets.ecosystem"
73+
v-for="(eco, i) in ecosystem"
7474
:key="i"
7575
:href="eco.href"
7676
class="subheading mx-3"

0 commit comments

Comments
 (0)