[mod] vuetify
This commit is contained in:
parent
3411ef7c9f
commit
e619617cde
3 changed files with 6 additions and 8 deletions
|
|
@ -18,8 +18,9 @@
|
|||
<li v-for="item in json"><a :href="item.href">{{ item.text }}</a></li>
|
||||
</ul>
|
||||
|
||||
<button v-on:click="load">hits {{ hits }}</button>
|
||||
<v-btn v-on:click="load">hits {{ hits }}</v-btn>
|
||||
<div> {{ message }}</div>
|
||||
<iframe name="srv" src="icon.png" width="100%"></iframe>
|
||||
</div>
|
||||
<script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js" crossorigin="anonymous"></script>
|
||||
<script src="//unpkg.com/vuetify@2.6.2/dist/vuetify.min.js" crossorigin="anonymous"></script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue