[add]
This commit is contained in:
parent
dfdd9378e9
commit
9eb87a4aeb
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user