+
diff --git a/docs/components/pagination/examples/PaginationTableExample.vue b/docs/components/pagination/examples/PaginationTableExample.vue
index 5660d0b..8a3105a 100644
--- a/docs/components/pagination/examples/PaginationTableExample.vue
+++ b/docs/components/pagination/examples/PaginationTableExample.vue
@@ -2,8 +2,8 @@
diff --git a/docs/components/pagination/examples/PaginationWithCustomSlice.vue b/docs/components/pagination/examples/PaginationWithCustomSlice.vue
new file mode 100644
index 0000000..ce14e87
--- /dev/null
+++ b/docs/components/pagination/examples/PaginationWithCustomSlice.vue
@@ -0,0 +1,11 @@
+
+
+
+
diff --git a/src/components/Pagination/Pagination.vue b/src/components/Pagination/Pagination.vue
index 6c1158a..3c25526 100644
--- a/src/components/Pagination/Pagination.vue
+++ b/src/components/Pagination/Pagination.vue
@@ -79,7 +79,7 @@ const props = defineProps({
},
sliceLength: {
type: Number,
- default: 3,
+ default: 2,
},
previousLabel: {
type: String,