This commit is contained in:
Andy Bunce 2022-01-07 22:40:26 +00:00
parent f1b064ec4a
commit 097a2d2ff6

View file

@ -16,10 +16,11 @@
<v-main> <v-main>
<span>Loaded at: {{ loaded }}</span><v-icon :title="loaded">mdi-clock</v-icon> <span>Loaded at: {{ loaded }}</span><v-icon :title="loaded">mdi-clock</v-icon>
<ul> <v-container>
<li v-for="item in links"><a :href="item.href">{{ item.text }}</a></li> <v-col v-for="item in links">>
</ul> <a :href="item.href">{{ item.text }}</a>
</v-col>
</v-container>
<v-btn v-on:click="load">hits {{ hits }}</v-btn> <v-btn v-on:click="load">hits {{ hits }}</v-btn>
<div> {{ message }}</div> <div> {{ message }}</div>
<iframe name="srv" src="icon.png" width="100%"></iframe> <iframe name="srv" src="icon.png" width="100%"></iframe>