WXL
2025-04-16 273e2fadd6a348f75d2ee1c414eb898b5f245052
src/components/Pagination/index.vue
@@ -1,3 +1,5 @@
<!-- 底部分页组件封装 -->
<template>
  <div :class="{'hidden':hidden}" class="pagination-container">
    <el-pagination
@@ -16,6 +18,7 @@
</template>
<script>
// 待定
import { scrollTo } from '@/utils/scroll-to'
export default {