1.引入
import uniPagination from "@/components/uni-pagination/uni-pagination.vue"
export default{
components:{
uniPagination
}
}
2.具體用法(代碼)

其中,change事件是切換分頁的事件

total是總數據量,pageSize是每頁數據量,current是當前頁

綁定的屬性,數據總量和每頁數據量已知,則會自動算出頁數。
