升级element-plus到最新版本1.2.0-beta.6
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
<el-pagination
|
||||
:background="background"
|
||||
v-model:current-page="currentPage"
|
||||
:page-size="pageSize"
|
||||
v-model:page-size="pageSize"
|
||||
:layout="layout"
|
||||
:page-sizes="pageSizes"
|
||||
:pager-count="pagerCount"
|
||||
@ -77,7 +77,6 @@ const pageSize = computed({
|
||||
}
|
||||
})
|
||||
function handleSizeChange(val) {
|
||||
pageSize.value = val
|
||||
emit('pagination', { page: currentPage.value, limit: val })
|
||||
if (props.autoScroll) {
|
||||
scrollTo(0, 800)
|
||||
|
Reference in New Issue
Block a user