[fix]
This commit is contained in:
parent
3e53c77e20
commit
ec78608a0e
1 changed files with 3 additions and 2 deletions
|
@ -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>
|
Loading…
Add table
Reference in a new issue