[add]
This commit is contained in:
parent
00e654dc2d
commit
3411ef7c9f
@ -11,8 +11,8 @@
|
||||
<link href="//unpkg.com/vuetify@2.6.2/dist/vuetify.min.css" rel="stylesheet" type="text/css"/>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="app">
|
||||
<v-icon title="Loaded at: {{ loaded }}">clock-outline</v-icon>
|
||||
<span>Loaded at: {{ loaded }}</span>
|
||||
<ul>
|
||||
<li v-for="item in json"><a :href="item.href">{{ item.text }}</a></li>
|
||||
@ -20,7 +20,6 @@
|
||||
|
||||
<button v-on:click="load">hits {{ hits }}</button>
|
||||
<div> {{ message }}</div>
|
||||
<pre>{{ json }}</pre>
|
||||
</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…
Reference in New Issue
Block a user