This commit is contained in:
Andy Bunce 2022-01-07 22:50:15 +00:00
parent 80597043c2
commit dfdd9378e9

View file

@ -22,7 +22,9 @@
<v-container>
<v-row>
<v-col v-for="item in links">
<a :href="item.href">{{ item.text }}</a>
<v-card>
<a :href="item.href">{{ item.text }}</a>
</v-card>
</v-col>
</v-row>
</v-container>