This commit is contained in:
Andy Bunce 2021-12-26 16:40:51 +00:00
parent 3e53c77e20
commit ec78608a0e
1 changed files with 3 additions and 2 deletions

View File

@ -8,15 +8,16 @@
This is a test
<div>Page loaded at: {{now | date "Mon Jan 2 15:04:05 MST 2006"}}</div>
<div id="app">
<button v-on:click="load">hits {{ hits }}</button>
<div> {{ message }}</div>
<pre>{{ json }}</pre>
</div>
<ul>
<li v-for="item in json"><a :href="item.href">{{ item.text }}</a></li>
</ul>
</div>
<script src="index.js"></script>
</body>
</html>