This commit is contained in:
Andy Bunce 2022-01-07 21:15:08 +00:00
parent 57ad9dfc66
commit 00e654dc2d
1 changed files with 1 additions and 2 deletions

View File

@ -13,8 +13,7 @@
<body>
<div id="app">
This is a test
<span>Page loaded at: {{ loaded }}</span>
<span>Loaded at: {{ loaded }}</span>
<ul>
<li v-for="item in json"><a :href="item.href">{{ item.text }}</a></li>
</ul>