From ed9e80f161f6c99228595bc9dab9897469de224c Mon Sep 17 00:00:00 2001 From: Patryk Niedźwiedziński Date: Sun, 10 Jan 2021 12:31:02 +0100 Subject: Add pagination --- components/Posts/PostList/PostList.vue | 6 +++++- components/Posts/PostList/PurePostList.vue | 16 +++++++++++++++- components/Posts/PostList/index.js | 9 ++++++--- components/Posts/PostList/parentMixin.js | 9 +++++---- pages/kronika/index.vue | 2 +- 5 files changed, 32 insertions(+), 10 deletions(-) diff --git a/components/Posts/PostList/PostList.vue b/components/Posts/PostList/PostList.vue index 80369a8..64070d8 100644 --- a/components/Posts/PostList/PostList.vue +++ b/components/Posts/PostList/PostList.vue @@ -1,5 +1,5 @@