分页
<el-pagination background layout="prev, pager, next" :total="total" @current-change="currentChange" />
const total = ref(100); function currentChange(pageIndex: number) { console.log(pageIndex); }
标签:function,控件,pageIndex,常用,element,plus From: https://www.cnblogs.com/friend/p/17181411.html