This commit is contained in:
Andy Bunce 2022-01-07 22:53:16 +00:00
parent dfdd9378e9
commit 9eb87a4aeb

View File

@ -22,8 +22,10 @@
<v-container> <v-container>
<v-row> <v-row>
<v-col v-for="item in links"> <v-col v-for="item in links">
<v-card> <v-card max-width="400">
<v-card-title>
<a :href="item.href">{{ item.text }}</a> <a :href="item.href">{{ item.text }}</a>
</v-card-title>
</v-card> </v-card>
</v-col> </v-col>
</v-row> </v-row>