From 8e68f3ed920c942ced05fd08a7c3ab206bcbef38 Mon Sep 17 00:00:00 2001 From: Rezaul Karim Shaon Date: Fri, 13 Sep 2024 15:56:48 +0600 Subject: [PATCH] done: frontend - twice api call for page 1 fixed --- .../src/components/PaginationComponent.vue | 2 - frontend/src/pages/HomePage.vue | 52 +------------------ frontend/src/services/v1/bookAPIService.js | 6 +-- frontend/src/store/modules/books.js | 2 +- 4 files changed, 4 insertions(+), 58 deletions(-) diff --git a/frontend/src/components/PaginationComponent.vue b/frontend/src/components/PaginationComponent.vue index 640af1e..b5cb724 100644 --- a/frontend/src/components/PaginationComponent.vue +++ b/frontend/src/components/PaginationComponent.vue @@ -6,10 +6,8 @@ Previous -
-