diff --git a/components/lib/paginator/BasePaginator.vue b/components/lib/paginator/BasePaginator.vue
new file mode 100644
index 000000000..9032829b6
--- /dev/null
+++ b/components/lib/paginator/BasePaginator.vue
@@ -0,0 +1,140 @@
+
diff --git a/components/lib/paginator/CurrentPageReport.vue b/components/lib/paginator/CurrentPageReport.vue
index ed4da044e..8be272bab 100755
--- a/components/lib/paginator/CurrentPageReport.vue
+++ b/components/lib/paginator/CurrentPageReport.vue
@@ -1,5 +1,5 @@
- {{ text }}
+ {{ text }}
-
-
diff --git a/components/lib/paginator/PrevPageLink.vue b/components/lib/paginator/PrevPageLink.vue
index 1df47f848..6b8b5facd 100755
--- a/components/lib/paginator/PrevPageLink.vue
+++ b/components/lib/paginator/PrevPageLink.vue
@@ -1,6 +1,6 @@
-
@@ -27,16 +27,6 @@ export default {
});
}
},
- computed: {
- containerClass() {
- return [
- 'p-paginator-prev p-paginator-element p-link',
- {
- 'p-disabled': this.$attrs.disabled
- }
- ];
- }
- },
components: {
AngleLeftIcon: AngleLeftIcon
},
diff --git a/components/lib/paginator/RowsPerPageDropdown.vue b/components/lib/paginator/RowsPerPageDropdown.vue
index a83b8d6a1..7ac2d6689 100755
--- a/components/lib/paginator/RowsPerPageDropdown.vue
+++ b/components/lib/paginator/RowsPerPageDropdown.vue
@@ -1,5 +1,15 @@
-
+