Commit 5878530def51deb1008599ba5c20fe3b43872aa7
1 parent
4eb1d885
fix bug
Showing
1 changed file
with
1 additions
and
1 deletions
src/components/Pagination/index.vue
| ... | ... | @@ -61,7 +61,7 @@ const emit = defineEmits<{ |
| 61 | 61 | <template> |
| 62 | 62 | <div class="pagination-container"> |
| 63 | 63 | <el-pagination |
| 64 | - v-model:currentPage="currentPage" | |
| 64 | + v-model:current-page="currentPage" | |
| 65 | 65 | :page-sizes="pageSizes" |
| 66 | 66 | :page-size="pageSize" |
| 67 | 67 | layout="total, sizes, prev, pager, next, jumper" | ... | ... |