From 6f024b0fd3b5912fa1fe628e3254641259f47726 Mon Sep 17 00:00:00 2001 From: troll Date: Wed, 25 Jul 2018 14:08:55 +0000 Subject: [PATCH] Update Pagination.vue Fix: issue #451 "Missing cursor on pagination links" --- front/src/components/Pagination.vue | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/front/src/components/Pagination.vue b/front/src/components/Pagination.vue index 255a3a9a9..cc5f17164 100644 --- a/front/src/components/Pagination.vue +++ b/front/src/components/Pagination.vue @@ -83,3 +83,11 @@ export default { } } + + + +