refactor(分页): 将分页逻辑抽离为组合式函数 usePagination
将 index.vue 中的分页相关逻辑抽离到独立的组合式函数 usePagination.js 中 提高代码复用性和可维护性,减少组件文件体积
Showing
2 changed files
with
197 additions
and
131 deletions
src/composables/usePagination.js
0 → 100644
-
Please register or login to post a comment