[mod]
This commit is contained in:
parent
4bea950bbe
commit
d8dc865da0
1 changed files with 4 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue