an error is detected when setting the paging pager-count, and the configuration is clearly correct
the code is as follows:
<el-pagination
background
layout="pager"
:current-page="bjCurrPage"
@current-change="handleBjCurrentChange"
:page-size="bjSize"
:total="bjTotal" :pager-count="bjPageCount">
</el-pagination>
bjData:[
],
bjCurrData:[
],
bjTotal:0,
bjSize:4,
bjPageCount:5,
bjCurrPage:1,
Please give us some advice. Thank you