[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"/>
|
<link href="//unpkg.com/vuetify@2.6.2/dist/vuetify.min.css" rel="stylesheet" type="text/css"/>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<div id="app">
|
<div id="app">
|
||||||
|
<v-icon title="Loaded at: {{ loaded }}">clock-outline</v-icon>
|
||||||
<span>Loaded at: {{ loaded }}</span>
|
<span>Loaded at: {{ loaded }}</span>
|
||||||
<ul>
|
<ul>
|
||||||
<li v-for="item in json"><a :href="item.href">{{ item.text }}</a></li>
|
<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>
|
<button v-on:click="load">hits {{ hits }}</button>
|
||||||
<div> {{ message }}</div>
|
<div> {{ message }}</div>
|
||||||
<pre>{{ json }}</pre>
|
|
||||||
</div>
|
</div>
|
||||||
<script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js" crossorigin="anonymous"></script>
|
<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>
|
<script src="//unpkg.com/vuetify@2.6.2/dist/vuetify.min.js" crossorigin="anonymous"></script>
|
||||||
|
Loading…
Reference in New Issue
Block a user