mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-21 15:53:50 +02:00
Replace the deprecated Element Plus API
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
|
||||
<div v-if="showPagination" class="pagination-wrapper">
|
||||
<el-pagination
|
||||
size="small"
|
||||
:current-page="internalCurrentPage"
|
||||
:page-size="internalPageSize"
|
||||
:total="filteredData.length"
|
||||
@@ -105,7 +106,6 @@
|
||||
const mergedPaginationProps = computed(() => ({
|
||||
layout: 'sizes, prev, pager, next, total',
|
||||
pageSizes: [10, 15, 20, 25, 50, 100],
|
||||
small: true,
|
||||
...paginationProps.value
|
||||
}));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user