This commit is contained in:
Andy Bunce 2021-12-26 16:33:05 +00:00
parent 4bea950bbe
commit d8dc865da0

View file

@ -15,7 +15,10 @@
<div> {{ message }}</div> <div> {{ message }}</div>
<pre>{{ json }}</pre> <pre>{{ json }}</pre>
</div> </div>
<my-link>foo</my-link> <ul>
<li v-for="item in json"><a :href="item.href">{{ item.text }}</a></li>
</ul>
<script src="index.js"></script> <script src="index.js"></script>
</body> </body>