Skip to content

Commit

Permalink
Merge remote-tracking branch 'remotes/origin/develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
karintou8710 committed Jul 27, 2021
2 parents 0b92b5f + a1c0823 commit 6e6c6c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/components/search/Pagination.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div class="text-center my-10">
<p v-if="count !== null">
{{ count }}件
{{ count }}件
</p>
<!-- PC -->
<v-pagination
Expand Down Expand Up @@ -84,4 +84,4 @@ export default {
}
}
};
</script>
</script>

0 comments on commit 6e6c6c1

Please sign in to comment.