Skip to content

Commit

Permalink
fix: revert bug introduced in d93e60b
Browse files Browse the repository at this point in the history
  • Loading branch information
jacekkarczmarczyk committed May 30, 2019
1 parent 0c3ce75 commit 58f4767
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions generator/templates/default/src/components/HelloWorld.ts.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

<v-layout justify-center>
<a
v-for="(next, i) in assets.whatsNext"
v-for="(next, i) in whatsNext"
:key="i"
:href="next.href"
class="subheading mx-3"
Expand All @@ -51,7 +51,7 @@

<v-layout justify-center>
<a
v-for="(link, i) in assets.importantLinks"
v-for="(link, i) in importantLinks"
:key="i"
:href="link.href"
class="subheading mx-3"
Expand All @@ -70,7 +70,7 @@

<v-layout justify-center>
<a
v-for="(eco, i) in assets.ecosystem"
v-for="(eco, i) in ecosystem"
:key="i"
:href="eco.href"
class="subheading mx-3"
Expand Down

0 comments on commit 58f4767

Please sign in to comment.