From 6d3db55ba7d207e91f907112c13fb7d4ef9f1038 Mon Sep 17 00:00:00 2001 From: Dragos Date: Fri, 13 Dec 2019 16:13:09 +0200 Subject: [PATCH] refactor(pagination.vue): lint --- src/components/Pagination.vue | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/components/Pagination.vue b/src/components/Pagination.vue index 41d332d..e3e151c 100644 --- a/src/components/Pagination.vue +++ b/src/components/Pagination.vue @@ -5,9 +5,7 @@ :class="{ disabled: value === 1, 'no-arrows': noArrows }" > - + @@ -24,9 +22,7 @@ :class="{ disabled: value === totalPages, 'no-arrows': noArrows }" > - +