This commit is contained in:
Andy Bunce 2022-01-07 22:44:16 +00:00
parent 3440804de5
commit befdd5898a

View file

@ -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>