Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dragon-fish committed Jul 11, 2021
1 parent 96ab35a commit 32ff15b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/view/ranking.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
h1 排行榜
.desc
| {{ list.date.getFullYear() }} 年 {{ list.date.getMonth() + 1 }} 月 {{ list.date.getDate() }} 日 (第{{ list.page }}页)
artworks-list(:list="list.content")
artworks-list(:list="list.contents")
</template>

<script lang="ts">
Expand Down

0 comments on commit 32ff15b

Please sign in to comment.