[add]
This commit is contained in:
parent
3440804de5
commit
befdd5898a
1 changed files with 2 additions and 0 deletions
|
@ -17,9 +17,11 @@
|
|||
|
||||
<span>Loaded at: {{ loaded }}</span><v-icon :title="loaded">mdi-clock</v-icon>
|
||||
<v-container>
|
||||
<v-row>
|
||||
<v-col v-for="item in links">
|
||||
<a :href="item.href">{{ item.text }}</a>
|
||||
</v-col>
|
||||
</v-row>
|
||||
</v-container>
|
||||
<v-btn v-on:click="load">hits {{ hits }}</v-btn>
|
||||
<div> {{ message }}</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue