Skip to content
This repository has been archived by the owner on May 13, 2020. It is now read-only.

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
udspj committed Jun 3, 2018
1 parent d142e63 commit 8bd0e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/MyCollectionPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<section>
<div class="columns is-multiline is-mobile section2div">
<div class="column is-4-desktop is-4-tablet is-12-mobile cardItem" v-for="item in itemIds" :key="item.id"
@click="gotoCoinProfile(item.code)">
@click="gotoCoinProfile(item.id)">
<CardItem :item='item' :hasMouseOver='true'></CardItem>
</div>
</div>
Expand Down

0 comments on commit 8bd0e83

Please sign in to comment.