z-paging
# 安装 (opens new window)
npm install z-paging --save
1
在pages.json
中配置easycom
"easycom": {
"autoscan": true,
"custom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue",
"^(?!z-paging-refresh|z-paging-load-more)z-paging(.*)": "z-paging/components/z-paging$1/z-paging$1.vue"
}
}
1
2
3
4
5
6
7
2
3
4
5
6
7
# 使用示例 (opens new window)
编辑 (opens new window)
上次更新: 2025-03-17 11:06:04