From e823022b19bb172d2e5fabb9144b4a4286a25a5f Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Tue, 4 Mar 2025 12:08:43 +0100 Subject: [PATCH] fix(Pagination): wrong next link Resolves #3008 --- src/runtime/components/Pagination.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/runtime/components/Pagination.vue b/src/runtime/components/Pagination.vue index 999b4466..1c3fa115 100644 --- a/src/runtime/components/Pagination.vue +++ b/src/runtime/components/Pagination.vue @@ -179,12 +179,12 @@ const ui = pagination() - + - +