Some search fixes, switch from created() to fetch() for SSR

This commit is contained in:
Jai A
2020-10-04 20:19:48 -07:00
parent a545d7d8b1
commit 3656e6ef54
5 changed files with 62 additions and 39 deletions

View File

@@ -29,6 +29,7 @@
<svg
:class="{
'disabled-paginate': currentPage === pages[pages.length - 1],
'active-paginate': currentPage !== pages[pages.length - 1],
}"
viewBox="0 0 24 24"
fill="none"
@@ -85,7 +86,8 @@ export default {
color: var(--color-grey-5);
}
.active-page-number {
.active-page-number,
.active-paginate {
user-select: none;
cursor: pointer;
}