Skip to content

Commit

Permalink
fix home page
Browse files Browse the repository at this point in the history
  • Loading branch information
4geru committed Jun 9, 2018
1 parent bf91535 commit 5e67e31
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,12 @@
<section class="container">
<div>
<app-logo/>
<h2 class="subtitle">
コレクション数
</h2>
<h1 class="title">
{{$store.state.counter}}
</h1>
<h2 class="subtitle">
コレクション数: {{$store.state.collection.length}}
</h2>
<div class="links">
<a
href="https://nuxtjs.org/"
target="_blank"
class="button--green">Documentation</a>
<a
href="https://github.com/nuxt/nuxt.js"
target="_blank"
class="button--grey">GitHub</a>
</div>
</div>
</section>
</template>
Expand Down

0 comments on commit 5e67e31

Please sign in to comment.