diff --git a/src/components/paginator/Paginator.vue b/src/components/paginator/Paginator.vue index 0f6267326..ec3950fbe 100644 --- a/src/components/paginator/Paginator.vue +++ b/src/components/paginator/Paginator.vue @@ -7,7 +7,7 @@ - + @@ -151,7 +151,7 @@ }, rowsChange(event) { - this.changePage(0, event.value); + this.changePage(0, event.value.code); } } } diff --git a/src/components/paginator/RowsPerPageDropdown.vue b/src/components/paginator/RowsPerPageDropdown.vue index 143d51788..70d8e9253 100644 --- a/src/components/paginator/RowsPerPageDropdown.vue +++ b/src/components/paginator/RowsPerPageDropdown.vue @@ -1,5 +1,5 @@ \ No newline at end of file diff --git a/src/views/paginator/PaginatorDemo.vue b/src/views/paginator/PaginatorDemo.vue index 4924528fa..4e5345933 100644 --- a/src/views/paginator/PaginatorDemo.vue +++ b/src/views/paginator/PaginatorDemo.vue @@ -9,7 +9,7 @@

Default

- +

Custom Template