This commit is contained in:
Andy Bunce 2022-01-07 22:47:46 +00:00
parent befdd5898a
commit 80597043c2
1 changed files with 6 additions and 3 deletions

View File

@ -14,8 +14,11 @@
<div id="app">
<v-app>
<v-main>
<div>
<span>Loaded at: {{ loaded }}</span><v-icon :title="loaded">mdi-clock</v-icon>
<span> {{ message }}</span>
<v-btn v-on:click="load">hits {{ hits }}</v-btn>
</div>
<v-container>
<v-row>
<v-col v-for="item in links">
@ -23,8 +26,8 @@
</v-col>
</v-row>
</v-container>
<v-btn v-on:click="load">hits {{ hits }}</v-btn>
<div> {{ message }}</div>
<iframe name="srv" src="icon.png" width="100%"></iframe>
</v-main>
</v-app>