[fix]
This commit is contained in:
parent
ed2944c93d
commit
64b54aadd5
1 changed files with 2 additions and 1 deletions
|
@ -22,10 +22,11 @@
|
|||
<v-container>
|
||||
<v-row>
|
||||
<v-col v-for="item in links">
|
||||
<v-card max-width="16em">
|
||||
<v-card max-width="24em">
|
||||
<v-card-title class="text-caption">
|
||||
<a :href="item.href">{{ item.text }}</a>
|
||||
</v-card-title>
|
||||
<v-card-actions>?</v-card-actions>
|
||||
</v-card>
|
||||
</v-col>
|
||||
</v-row>
|
||||
|
|
Loading…
Add table
Reference in a new issue